Hi,
how can disable over effect on menu items?
See private area for additional info
Thanks
This topic has 3 replies, 3 voices, and was last updated 9 months, 3 weeks ago ago by Andrew Mitchell
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
Dear Mauro,
Choosing our theme reflects your commitment to quality, and for that, we’re genuinely grateful. As we constantly strive to elevate your experience, your feedback is an invaluable gift. Could you kindly take a moment to rate our product with 5 stars on ThemeForest?
Click here to share your insights: https://themeforest.net/downloads
Your support fuels our journey, and we appreciate it more than words can express.
Best Regards,
The 8Theme Team
The issue related to '‘Disable over effect on menu item component’' has been successfully resolved, and the topic is now closed for further responses