Hey,
I’m trying to figure out a way how to keep my current menu selected (on my website the button turns green) even when i’m in a sub menu
In this example if I click on “Monitoring and Controlling” the main menu “Assets” turns back to light green which i would like to keep as a darker greeen.
Hope you can help me.
Cheeers,
Aathi
Hey Arthith!
Add this to your custom CSS.
.current-page-ancestor > a {
background: green !important;
}
.current-page-ancestor > a .avia-menu-text {
color: white !important;
}
Regards,
Elliott
Thank you it’s working now :)