Hi, could you help me please
I want to remove the underline in main menu (in hover and active status).
Here i ve found a same topic, but it doesn´t work for me
https://kriesi.at/support/topic/enfold-menu-underline-issue/
This is an example of my code:
<div class=’container’>
<nav class=’main_menu’ data-selectname=’Select page’ role=”navigation” itemscope=”itemscope” itemtype=”http://schema.org/SiteNavigationElement” >
<div class=”avia-menu”>
<ul id=”avia-menu” class=”menu”>
<li id=”menu-item-755″ class=”menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children”>
<span class=”avia-bullet”></span>Main<span class=”avia-menu-fx”>
<span class=”avia-arrow-wrap”><span class=”avia-arrow”></span></span></span>
Thank you so much!
Hi sacden!
You can add this on your custom.css or Quick CSS:
.avia-menu-fx {
display: none !important;
opacity: 0;
}
Remove browser cache then reload the page.
Regards,
Ismael
Thank you so much! It works! =)