I searched the support forum and found this helpful thread:
https://kriesi.at/support/topic/style-current-menu-item/
I adapted the colours to what I needed but it doesn’t completely work:
li.current-menu-item>a {
color: #d96864!important;
background: #172643!important;
}
the background gets the right color but the text takes on the same blue instead of the other colour. (website link in private section)
Hey elvirais,
Unable to access your site as it is in maintenance mode. Could you please provide login details so that we can inspect the menu and assist you further.
Best regards,
Jordan
Details in the private section :)
Hey!
Please add this in the Quick CSS field:
#top #header .av-main-nav > .current-menu-item > a .avia-menu-text {
color: #d96864;
}
#top #header .av-main-nav > .current-menu-item a {
background: #172643;
}
Cheers!
Ismael
That works perfectly, thank you very much!