Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25955

    I need to know how to completely remove the colored line / border below the items in the main menu / navigation menu, on top of the submenus that appear, when you hover over the menu item. Many thanks for your kind support.

    Illustration: https://dl.dropboxusercontent.com/u/608374/what-i-need-to-remove.png

    #128780

    Apparently it works to put this into Quick CSS. I don’t know if it is the best solution, but hopefully it can help someone else.

    li:hover .avia-menu-fx, .current-menu-item>a>.avia-menu-fx, li:hover .current_page_item>a>.avia-menu-fx{opacity: 1; visibility: hidden;}

    #128781

    Hey!

    The code looks good to me. Glad you found a solution :)

    Regards,

    Peter

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove hover line / border from navigation menu’ is closed to new replies.