Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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;
    }

    #742457

    and that not working (even after F5)
    .avia-menu-fx { display: none !important; }

    #742461

    This code seems to works but is it ok?
    #header_meta .sub_menu>ul>li:hover>a{
    text-decoration: none;
    }

    #742478

    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

    #742487

    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.

    #742561

    Hi,

    try this:

    #top .sub_menu>ul>li>a {
        pointer-events: none;
    } 

    Best regards,
    Andy

    #743239

    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?

    #743505

    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

    #743514

    of course!
    Find in private

    #744498

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.