Change menu drop down color

How to change the color on the drop down menu. Cant read the text since they have the same color as the background. White.

Can you provide me with the CSS code please.

Thanks
Thomas

Hi @thomas,

Please use this css code, use your values:

#header .top-header .header-navigation ul li {
color:#fff;
}

Thanks,

Cristian

Are the code right? Cant make it work. I have removed it again. utvecklingwe.cykelrundan.se - Gruppcykling
What to do?

Hi @Thomas,

The code is working perfect, the only problem is that if you choose to use the code will affect all menu, not just the dropdown.

Try to use a css plugin:

Thanks,

Cristian

I understand but what I mean is the white background. Is it possible to just change the white background? Not the text that is ok. For example if I can make the white background grey it’s perfect.
Thanks
Thomas

Hi,

Yes, this is the css code for background:

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a {
       background-color: #8a8181;
}

Thanks,

Cristian

Perfect Thanks!!

You’re welcome