Disable over effect on menu item component

This topic has 2 replies, 2 voices, and was last updated 23 minutes ago ago by Rose Tyler

  • Avatar: Mauro Giorgi
    Mauro
    Participant
    February 25, 2025 at 09:33

    Hi,
    how can disable over effect on menu items?
    See private area for additional info
    Thanks

    Content is visible for topic creator and
    support staff only.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 25, 2025 at 12:05

    Hello, Mauro,

    Thank you for reaching out to us.

    We’ve removed this custom CSS code from Footer builder > Section > Advanced > Custom CSS:

    selector .et-menu-list .subitem-title-holder a{
        position:relative;
        display:inline-block
    }
     selector .et-menu-list .subitem-title-holder a:before{
        content:'';
        height:1px;
        width:0;
        right:0;
        top: 2.5ex;
        position:absolute;
        transition:width .2s ease-in-out;
        background:var(--et_active-color,currentColor)
    }
    selector .et-menu-list .subitem-title-holder a:hover:before{
        width:100%;
        right:auto
    }

    and this from Theme Options > Theme Custom CSS:

    .elementor-location-footer a:hover{
    		color:#ffffff!important;
    		text-decoration: underline;
    }

    Please check the result.

    Best Regards,
    8Theme’s Team

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.