When I scroll over the bordered menu button in my navigation it’s completely white so it disappears against the white background.
Hey!
Try adding this code to the Quick CSS:
#top #header .av-main-nav > li.av-menu-button-bordered > a .avia-menu-text, #top #header .av-main-nav > li.av-menu-button-bordered > a .avia-menu-subtext{
color: #7d7d7d !important;
}
Cheers!
Josue
Great – what about a roll over colour?
Hi,
Try this:
#top #header .av-main-nav > li.av-menu-button-bordered > a .avia-menu-text, #top #header .av-main-nav > li.av-menu-button-bordered > a .avia-menu-subtext:hover {
color: red !important;
}
Regards,
Rikard
That didn’t work
Any other ideas?
Hi,
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit