Hi, i would like to disable the border bottom in menu items, in the current item and in hover effect.
Can you tell me how to do it?
Best regards,
Hey Marc!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-menu-fx { display: none !important; }
Regards,
Yigit
Perfect Yigit, it works!
And how can disable it when the menu item has a dropdown submenu items?
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;
}
Regards,
Yigit
Great support!
Best regard,
Hey!
You are welcome, we are always happy to help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit