Hi I’m trying to achieve a kind of language selector in the menu using the bordered menu items.
I like them to change color only on active status, the language a domain or language b domain. Indeed it are to domains.
I have changed the style of the buttons with the help of @Guenni007 solution:
.main_menu #menu-item-3851 .avia-menu-text {
border: 2px solid #0B5BA1 !important;
background:gold!important;
border-radius: 0px 0px 0px 0 !important;
}
.main_menu #menu-item-3850 .avia-menu-text {
border: 2px solid #0B5BA1 !important;
background:gold!important;
border-radius: 0px 0px 0px 0 !important;
}
But I need the color to be changed only at the selected active item. I hope you guys can help me out.
Much appreciated, as always!
Kind regards,
Sebastiaan