Tagged: 

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

    Main Menu:
    the avia-menu-fx is lingering for a second after you hover over a main menu link that has a sub menu. if you hover from one main menu link to the next (go right to left over the main menu links), the white bar below the links flashes.

    I want to get rid of it. I have tried:

    .header_color .avia-menu-fx {display: none; visibility: hidden; opacity: 0;}

    so far hasnt worked. thanks in advance

    #603708

    Hey rickyporco!

    Thanks for getting in touch with us!

    The after effect that is still appearing is from the top border color of the sub menu, as it only happens when there is a sub menu. Also the avia-menu-fx only needs the display: none attribute. Add the following code instead:

    .html_header_top .header_color .main_menu ul:first-child >li > ul {
        border-top: none !important;
    } 
    
    .header_color .avia-menu-fx {
    display: none;
    }

    Best regards,
    Jordan

    #604220

    Great, that worked! Cant believe I missed that, thanks Jordan.

    #604249

    Hey!

    Glad it worked! Feel free to reach out to us if you need anything else.

    Cheers!
    Jordan

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘avia-menu-fx lingering after hover’ is closed to new replies.