This topic has 4 replies, 2 voices, and was last updated 8 years, 10 months ago ago by Robert Hall
Hi,
How would I be able to change the background color of the Add to Cart button to Red and hover to green throughout the website?
Thank you!
-Arbel
Hello,
Please add this code in Global Custom CSS.
.etheme_add_to_cart_button{
background: red;
}
.etheme_add_to_cart_button:hover{
background: green;
}
Regards,
Robert Hall.
Perfect! Thank you for the quick reply!
-Arbel
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Add to Cart Button Color’' has been successfully resolved, and the topic is now closed for further responses