This topic has 2 replies, 2 voices, and was last updated 10 months ago ago by Tony Rodriguez
Private issues
Hello, @proyectoswebit,
Thank you for contacting us and for using XStore.
1/ We are delighted to inform you that the issue you reported has been successfully resolved. To customize the hover color of the submenu to your preference, please use the following CSS code:
.et_b_header-menu .nav-sublist-dropdown .item-link:hover {
opacity: 1 !important;
color: #F29360 !important;
}
This CSS snippet should be added to your website by navigating to XStore >> Theme Settings >> Theme Custom CSS >> Global CSS.
To aid you in this modification, we have provided visual references. You can view these by clicking on the following links:
https://imgur.com/a/4YGybUT
https://imgur.com/a/MbBb3S2
2/ We are delighted to inform you that the issue you reported has been successfully resolved. To add an underline and modify the color of the underline for links within the off-canvas menus and the ‘My Account’ navigation, please use the following CSS code:
.et-mini-content .menu li a:hover {
text-decoration: underline;
text-decoration-color: #F29360; /* Set the color of the underline */
}
.woocommerce-MyAccount-navigation-wrapper li a:hover {
text-decoration: underline;
text-decoration-color: #F29360; /* Set the color of the underline */
}
This CSS has been added to your site via the following path: XStore >> Theme Settings >> Theme Custom CSS >> Global CSS.
For your reference, we have provided visual aids to guide you through this update. You can view these images at the following links:
– https://imgur.com/a/T8QTRfa
– https://imgur.com/a/h4GHaGF
– https://imgur.com/a/dsKHFot
Should you need any additional support or have any questions, please feel free to contact us.
Warm regards,
The 8Themes Team
You must be logged in to reply to this topic.Log in/Sign up