Tagged: Color, navigation, text
I would like the text in my 2 navigation menus to be white.
I have set the text color in all the Enfold Styling tabs to #ffffff,
but the nav menus remain a grey color, not white. All Background images are set to “None.” Body text is “Arial”.
Predefined color scheme is set to “Black”.
Can you provide the code to do this? I’d like to change it myself, since I may want to change the color back later.
Site: http://rmcantiques.com/z
You guys have a great product… Thanks!
Michael
Hey Ian!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.header_color .main_menu ul:first-child > li > a { color: white; }
Best regards,
Yigit
Thanks for the quick response, as always.
That got the Primary menu… is it possible to get the secondary menu also?
htp://rmcantiques.com/z
Ian
Hi!
Please add following code to Quick CSS as well
.header_color .sub_menu>ul>li>a { color: white; }
Cheers!
Yigit
Thanks! Terrific! Great support as always.