Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #379690

    Hi can you advise on how I can remove the hover menu bar that highlights when you hover over the menu or is active to define the page you are on.

    many thanks

    #379896

    Hi Dogmut!

    Thank you for using Enfold.

    Change the hover menu item color on Enfold > Advanced Styling panel. Edit the Main Menu Links element then enable the Apply only to mouse hover state option. Change the active or current menu item color with this on Quick CSS:

    .header_color .main_menu ul:first-child > li.current-menu-item > a {
    color: red;
    }

    Best regards,
    Ismael

    #379984

    Hi Ismael we might be a cross purposes. Its the thin bar that sits under the menu item just on the bottom of the header that im trying to remove. It highlights what page you are on or shows when you hover over other pages. Many thanks

    • This reply was modified 9 years, 10 months ago by Dogmut.
    #380100

    Hey!

    Please add following code to Quick CSS

    .avia-menu-fx { display: none !important; }

    Regards,
    Yigit

    #380726

    Thats great thanks. I still get a colored line at the top for child pages when hovering over the main tab.

    Thanks

    #380780

    Hi!

    Please add following code to Quick CSS as well

    .html_header_top .header_color .main_menu ul:first-child >li > ul, .html_header_top #top .header_color .avia_mega_div > .sub-menu {
    border-top-color: transparent;
    }

    Cheers!
    Yigit

    #381735

    Thats great thank you.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Menu hover bar’ is closed to new replies.