hi guys, i’m trying to make it so that the button in the main menu has a background hover affect and so that it doesn’t have a reduced opacity on hover. I tried this:
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text:hover {
opacity: 1 !important;
background: black !important;
}
but it didn’t help. any advice? Thanks!
Hey bobfurgo,
Add this to quick css:
#top #wrap_all #header.header_color .av-menu-button-colored > a .avia-menu-text:hover {
color: #ffffff;
background-color: #000!important;
border-color: #000!important;
}
Best regards,
Jordan Shannon
thank yous!!
Hi,
No problem! I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon