Hi,
how can disable over effect on menu items?
See private area for additional info
Thanks
This topic has 2 replies, 2 voices, and was last updated 23 minutes ago ago by Rose Tyler
Hi,
how can disable over effect on menu items?
See private area for additional info
Thanks
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
You must be logged in to reply to this topic.Log in/Sign up