Hi,
how can i change the menu color ?
In Enfold theme option / styling, i can’t see the color menu…
Regards
Hey jb84!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.header_color .main_menu ul:first-child > li > a { color: red; }
.header_color .main_menu ul:first-child > li > a:hover { color: blue; }
.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: green; }
Best regards,
Yigit