Tagged: menu colour
Hi, how can I set different colours for the active page (i.e current page) and the other pages in the main menu. At present the active and de-active menu items are the same colour but different opacities.
I can change the overall colour for menu items in the Advanced styling, but not these separate colours.
Thanks, Richard
Hi Richard!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
li.current_page_item a {
color: red!important;
}
Best regards,
Yigit