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

    Right now the current-page menu item is underlined, and when I hover over another menu item, the current page menu item STAYS underlined. How do I make it not underlined when I’m hovering over other menu items?

    #322561

    Hey!

    Try adding this code to the Quick CSS:

    #avia-menu:hover .current_page_item>a>.avia-menu-fx {
    opacity: 0;
    visibility: hidden;
    }
    
    #avia-menu .current_page_item:hover>a>.avia-menu-fx {
    opacity: 1 !important;
    visibility: visible !important;
    }

    Cheers! 
    Josue

    #322641

    Works great, thank you!

    #322667

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Current Item Menu Underline – Turn Off When Another Item Is Hovered’ is closed to new replies.