This topic has 4 replies, 3 voices, and was last updated 9 years ago ago by Robert Hall
Hello, I would like to reverse the order of colors in all the “add to cart” buttons. Now as our example: http://doncarteltienda.es/producto/cubo-pinza-porta-cartel/
the button is black and when the cursor is positioned the button turns blue. And we just opposite the button is blue and when the cursor is positioned switch to black.
Hello,
Please add this code in Theme Options > Custom CSS > Global Custom CSS:
.product-information .cart button[type="submit"] {
background-color: #4AA1DA;
}
.product-information .cart button[type="submit"]:hover {
background-color: #262626;
}
Regards,
Eva Kemp.
Thank you!
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘colors of add to cart’' has been successfully resolved, and the topic is now closed for further responses