Hi,
I would like to change my main menu font color depending on what page I am on. Is this possible and if so can you please provide me the css code.
Below is the code I was trying to no avail.
.page-id-162 .main_menu {
color: black !important;
}
Thanks,
Joe
Hi jolamptey,
Please try the following in Quick CSS under Enfold–>General Styling:
.page-id-162 #avia-menu li a .avia-menu-text {
color:yellow !important;
}
Thanks,
Rikard
Thank you very much as this worked perfectly!