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
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;}
Hey!
The code looks good to me. Glad you found a solution :)
Regards,
Peter