Hi. How could I change the color of the “add to cart” button? Could you tell me in detail where I can change it? Thank you
Capture: https://ibb.co/jbN5fLn
This topic has 4 replies, 2 voices, and was last updated 4 years, 10 months ago ago by Rose Tyler
Hi. How could I change the color of the “add to cart” button? Could you tell me in detail where I can change it? Thank you
Capture: https://ibb.co/jbN5fLn
Hello,
Thanks for using XStore.
Theme Options > Styling > Dark buttons
Regards
Is only the cart button or all the web buttons changed? I want to change only the cart button
Add the next code in Theme Options > Theme Custom CSS:
.single-product .single_add_to_cart_button.button {
background-color: red;
color: black;
}
.single-product .single_add_to_cart_button.button:hover {
background-color: black;
color: red;
}
Regards
The issue related to '‘Change color "add to cart" button only’' has been successfully resolved, and the topic is now closed for further responses