Hi!
I can’t find how I can change the color of the main menu link when visitor is on that page. I see how to change the regular color of the main menu link and the mouse hover state main menu link cover but not how to change the color of just the main menu link that goes to the respective page. For example is someone is on the About page, I’d like the color of the About main menu link to be darker not the same as the color of the other main menu links.
Thank you!
Thanks Mike. It doesn’t seem to work… I want it orange so this is what I’m inserting:
.current_page_item a {
color:#ff8200!important;
}
Is this correct?
Thank you!!
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.current-menu-item .avia-menu-text {
color:#ff8200!important;
}
Best regards,
Rikard
Thank you. It does not work though…
With the previous suggestion for this code:
.current_page_item a {
color:#ff8200!important;
}
I found it worked at least on mobile, and this latest suggestion for:
.current-menu-item .avia-menu-text {
color:#ff8200!important;
}
it does not work neither on mobile nor on desktop…