Tagged: hover, navigation menu, transparent
Hello!
On my site, I am using the transparent header option.
is it possible to have one mouse hover color for navigation items — when the transparent navigation is being displayed…and a different mouse hover color for navigation items — when the non-transparent navigation is being deployed
i am using advanced styling per below to set up the current mouse hover styling
Hey!
Try adding this code to the Quick CSS:
#top #wrap_all .av_header_transparency .main_menu ul:first-child > li:hover > a span{
color: red !important;
}
Cheers!
Josue