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
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
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
Hey!
Please add following code to Quick CSS
.avia-menu-fx { display: none !important; }
Regards,
Yigit
Thats great thanks. I still get a colored line at the top for child pages when hovering over the main tab.
Thanks
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
Thats great thank you.