This topic has 5 replies, 2 voices, and was last updated 1 years, 11 months ago ago by Tony Rodriguez
Hello, we have correctly configured the background color of the cart when we make hover on it but it is still green in the demo and it should be black, I can’t change it.
Thanks
I have taken out that CSS but I don’t know if it affects anything else, let me know if it is correct, thanks.
a.flex.flex-wrap.full-width.align-items-center.justify-content-end.mob-justify-content-end.et-toggle:hover {
background-color: #000000;
}
Hello, @Estudio EntreDos,
In order to solve your issue please copy and paste the below-given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and check back to your site after removing the browser cache.
.et_b_header-cart.et_element-top-level>a:hover {
background-color: red !important;
}
Note: You can change the color (red) in the given code as per your requirements.
Regards 8Themes Team.
Woks fine!
thanks!
Hello, @Estudio EntreDos,
You’re Most Welcome!! ?
Sounds Great! that your issue has been solved.
Thanks for contacting us.
Have a great weekend.
Topic Closed.
Regards 8Themes Team.
Tagged: background, cart, demo color, hover, templates, woocommerce, wordpress
The issue related to '‘Background of cart when make hover still appears with the demo color’' has been successfully resolved, and the topic is now closed for further responses