Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1214690

    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!

    #1214788

    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

    #1214796

    thank yous!!

    #1214801

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘main menu button’ is closed to new replies.