Hi there
I’d like to change the styling of the main menu button to show the active page. As shown in the image link below.
Many thanks for your help.
Carole
Hey cab72,
Please try the following in Quick CSS under Enfold->General Styling:
.current-menu-item a {
background-color:white !important;
}
.current-menu-item .avia-menu-text {
color:#0e5b91 !important;
}
Best regards,
Rikard
Thanks Rikard – this done the trick.