Dropmenu Text Color

Hey folks!

Since my first request was dealt with in such a perfect way, you might be able to help me with this one either:
While my Navbar Menu is white, the text in the dropdown appears black… I (think I) checked all possible things in my style-css but couldn’t figure out how to make the dropdown text white as well… :expressionless:

Thanks in advance!

Hi @mygesc,

I hope you are well today and thank you for your question.

You can try making that text white by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

#page .menu > li > ul li a {
    color: #fff;
}

Best Regards,
Movin

Man, I gotta say: You guys are awesome!

Thanks a million, works perfectly!

You are most welcome here :slight_smile: