This topic has 6 replies, 3 voices, and was last updated 8 years, 9 months ago ago by Jack Richardson
Just as the title says. I can change it to the style I want on the products page side…but I can’t replicate it on the single-products page.
Thanks!
Hello,
Add this code in Global Custom CSS:
.product-information .cart button[type="submit"]:hover {
color: white !important;
}
Regards,
Eva Kemp.
Nice! Thanks Eva. And the code for changing the font color on hover on the products page just for future reference?
Hello,
Please use this code:
.product .content-product .btn:hover {
color: red;
}
Write your color value.
Regards,
Eva Kemp.
Case closed! 🙂
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Changing "add to cart" font color on hover on single-products page’' has been successfully resolved, and the topic is now closed for further responses