hello, I would like to change the color of the main menu items when they are selected. Actually they are only bold (dark grey) when they are selected, is it possible to change to the principal theme color?
thanks!
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: red; }
Cheers!
Yigit
Hi!
Go to Enfold->Advanced Styling->select “Main Menu links”
Click on “Apply only to mouse hover state”.
Cheers!
Andy
thank you all !!