Hi there,
I’ve got an issue that I can’t seem to figure out but I’m sure you probably know what’s going on here. I’m having an issue where the text in my main menu item is going transparent on hover. I’ve attached a few screenshots here and a link in the private area. I’ve added notes in red on the screenshots so you can understand what I’m talking about. Any help is appreciated!
Hey soundstrat,
The color of your text is the same as your button on mouse-over, Please try this code in the General Styling > Quick CSS field:
#top #header .av-main-nav > li:hover > a .avia-menu-text {
color: #fff !important;
}
This will change it to white, or feel free to adjust to suit.
Best regards,
Mike
We want the hover color to be the teal – we just want to target that one button with hover text to white. But your code targets all of the menu items.