I am trying to customize my menu and make the background white. The only problem I'm having is the default color of a menu item being hovered over is white.
I can't find anywhere to change this setting. I have tried to customize the css in a lot of different ways. It seem like this should work but no luck:
This changes the font color to red.
.ty-menu__items .ty-menu__item .ty-menu__item-link {
color:red;
}
This does nothing and the hover color remains white.
.ty-menu__items a:hover, .ty-menu__item a:hover, .ty-menu__item-link a:hover {
color:red;
}
Any help is much appreciated!