-
AuthorPosts
-
February 3, 2017 at 4:35 pm #742447
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;
}February 3, 2017 at 4:45 pm #742457and that not working (even after F5)
.avia-menu-fx { display: none !important; }February 3, 2017 at 4:49 pm #742461This code seems to works but is it ok?
#header_meta .sub_menu>ul>li:hover>a{
text-decoration: none;
}February 3, 2017 at 5:11 pm #742478Hi,
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,
YigitFebruary 3, 2017 at 5:23 pm #742487working 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.February 3, 2017 at 8:10 pm #742561Hi,
try this:
#top .sub_menu>ul>li>a { pointer-events: none; }Best regards,
AndyFebruary 6, 2017 at 10:20 am #743239Hi 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?
February 6, 2017 at 6:13 pm #743505Hi,
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,
AndyFebruary 6, 2017 at 6:35 pm #743514of course!
Find in privateFebruary 8, 2017 at 9:12 pm #744498Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.
