How to change dropdown ui?

Godot Version

4.2.2

Question

how do I change the dropdown ui as shown?
image_2024-08-09_151923862

I want to set it as my own texture instead of the gray box

In the Inspector for the PopupMenu go to Theme Overrides > Styles. In the dropdown next to Panel select “New StyleBoxTexture”. Click that and you should be able to set the texture in there.

image_2024-08-09_231459422
I dont see it there

Ah sorry, I assumed you were using a PopupMenu. What are you using?

You will have to make a theme, not a theme override in this case. Override the type PopupMenu

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