Tagged: Color, navigation, text
I can’t seem to change the text in my navigation bar. I want it to be white so that I can make the background color blue.
Hey NLPSEO!
Please go to Enfold theme options > Advanced Styling and edit “Main menu links”
Regards,
Yigit
Thanks that works.
Is there a way that I can add a second instance of that modification so that I have a style modifier for regular and on hover?
Hey!
Sure, please add the same element once again and on second one check “Apply only to mouse hover state” – http://i.imgur.com/fuwXGzd.png
Regards,
Yigit
Cool!
One last question… I’ve changed the background color of the logo area. Now that color is also showing up as the background color of the submenu dropdowns from my navigation bar. How can I keep that submenu background color unchanged?
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header_color .main_menu .menu ul li a {
background-color: white;
}
Cheers!
Yigit
Thanks so much! It all works perfectly :)