UIGradient always covering up other elements

Hi!

So I need to make this UIGradient go underneath all the other text elements, but it annoyingly always stays on top even when I change the Z-index of the other items:


I want the grey box to be over the UIGradient, not under. Is there any way to fix this?

1 Like

That’s because you’re using a transparent UI object over other visible one… But if you want to fix that you can put the UI inside another visible one.

image

I’m a little confused. Could you elaborate, please?

Edit: I switched to a gradient ImageLabel and it still does not work.
image

1 Like

Sure. You’re trying to make a transparent UI ignore UIGradient changes right? You can simply make a layer between the gradient and your transparent UI with the color you want it to be.

image

As you can see when the transparent layer is outside of the hidding layer, it seems to be affected by the gradient layer.

Sorry to be a drag, but could you send an image of the explorer (how the items are related)?

1 Like

image

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.