Hi
How can I hide the underline?
(It would be great if hide on menu and not hide on submenu)
Thanks
I tested that but not working:
.avia-menu-fx {
text-decoration: none !important;
}
and that not working (even after F5)
.avia-menu-fx { display: none !important; }
This code seems to works but is it ok?
#header_meta .sub_menu>ul>li:hover>a{
text-decoration: none;
}
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .sub_menu>ul>li>a {
text-decoration: none!important;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
working perfect.
I have made a welcome text user in this menu but when over cursor change to an hand… is it possible that cursor stay arrow (like it is only text?)
I tested on the welcom text to put # on the link and to put nothing but cursor change.
Hi,
try this:
#top .sub_menu>ul>li>a {
pointer-events: none;
}
Best regards,
Andy
Hi Andy,
no your last code is worst of:
#top .sub_menu>ul>li>a {
pointer-events: none;
}
because it make the submenu diseapered on roll out menu item.
I keep this above.
Last question I made a welcom user text on a menu and when roll over it change cusror: how can set to keep the white arrow?
Hi,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Andy
of course!
Find in private
Hi,
we need admin access to see what you’re showing on your screenshot, so post admin login here please. Always make sure that we are able to inspect the elements in question, so always provide a precise link showing the elements on your screenshot.
Best regards,
Andy