Hello,
Please check http://www.sporthuisolympia.nl/wp
I’m not sure how I can change the text color of the secondaire menu. Main menu should stay as it is. But I’ve some issues about the secondaire menu:
1. home item is black when homepage is opened. I would like to let the home item stay white anytime.
2. when hovering over the menu items, I would like them to change to red.
How can I do this?
Thanks for your help!
Martine
Hey famewebdesign!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header_color .sub_menu ul:first-child > li.current-menu-item > a, .header_color .sub_menu ul:first-child > li.current_page_item > a {
color: white;
}
nav.sub_menu li a:hover {
color: red!important;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Regards,
Yigit
Thanks Yigit!
Martine