How can I make my drop down menu items easier to read? | XM Community
Question

How can I make my drop down menu items easier to read?


My drop down menu items are appearing grey on white background which makes the options difficult to read. Is there any way to fix this? Picture attached.

!

5 replies

Badge +3

I am having this same issue in 2022! Any fixes?

Userlevel 4
Badge +24
Did you ever figure out a way to fix this? We are having the same issue and cannot find a fix despite trying the options above. The weird thing is that it wasn't like this initially and changed at some point during our editing and now we can't get it to change back... Thanks!
@NKJ - Try changing the primary color under the style tab in look and feel header
Unfortunately that didn't help. I tried changing the font color but that didn't help either. Is there anything else I am missing?
Hello @NKJ

Paste the below CSS in the look and feel -> Style -> CSS

.Skin select{
color:#525252!important;
}

Leave a Reply