Hide Prefix title in dropdown via css?

Nudaii

Well-known member
Licensed customer
Howdy

On my forum I have replaced prefixes with images, so you don't see the text just picture, however problem is when i view them from the dropdown the text is still visible, making it impossible to read what the words are on the image.

is there a way to hide this text?

thanks in advance
 
Couldn't you do a .Menu .prefix {color: transparent;} or something like that? I probably am misunderstanding what you mean richard.
 
Howdy

sadly that didnt work, and here is the issue
error.webp

see the brownish gold text thats ontop of the images?

and thanks for your help :)
 
just looked at the screenshot it's not the menu as i thought sorry my mistake.

try

Code:
.PrefixMenu .PrefixGroup .PrefixOption a {
    color: transparent;}
 
Back
Top Bottom