[Resolved] Menu Underline

Home Forums Support [Resolved] Menu Underline

Home Forums Support Menu Underline

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1441328
    Escobar

    Please, how can i remove the menu underline?

    #1441340
    David
    Staff
    Customer Support

    Hi there,

    can you provide a link to your site so i can see what to change.

    #1441593
    Escobar

    Sure:
    https://www.mivestuariolaboral.com
    <a href=”https://www.mivestuariolaboral
    .com”>Vestuario laboral

    Thanks.

    #1441604
    Escobar

    I am sorry, menu underline in desktop version, of course.
    Thanks again.

    #1441687
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Go to “Customize > Additional CSS” and remove this CSS:

    @media (min-width: 768px) {
        .main-navigation .menu>.menu-item>a:before,
        .main-navigation .menu>.current-menu-item:not(.wc-menu-item)>a:before,
        .loud-link a:before {
            content: "";
            position: absolute;
            display: block;
            bottom: 1em;
            width: 0%;
            height: 2px;
            background-color: currentColor;
            -webkit-transition: 0.3s width ease;
            transition: 0.3s width ease;
        }
    
        .main-navigation .menu>.menu-item:hover>a:before,
    		.main-navigation .menu>.menu-item.sfHover>a:before,
        .main-navigation .menu>.current-menu-item:not(.wc-menu-item)>a:before,
        .loud-link a:hover:before {
            width: calc(100% - 40px);
    
        }
    
        .loud-link a {
            position: relative;
            padding-right: 40px;
        }
    
        .loud-link a:hover:before {
            width: calc(100% - 64px);
    
        }
    
        .loud-link a:before {
            bottom: -0.5em;
        }
    }

    Hope this helps!

    #1441711
    Escobar

    Fantastic!!!
    Thanks a lot.

    #1441725
    Escobar

    Thanks

    #1442864
    Tom
    Lead Developer
    Lead Developer

    No problem 🙂

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