Tagged: main menu
How can i get the main menu text to change colour according to the “Highlight colour- Secondary color for link and button hover, etc, the line below changes colour but not the main menu text.
So what i would like is for the navigation text to change to white when you are on that current page. So when i’m on the contact us page the contact us text in the navigation will be turned to white. Just like the line below the navigation text.
Thanks.
Michael
Hi,
Please add this on your custom.css or Quick CSS to change the color of the active page menu.
.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: white;
}
Regards,
Ismael
Thanks works great.