Change color add to cart button
-
Hello,
I want to change the color of add to card button on ths shop pages but I don’t want to change the main color of my website in the settings.
What I have to do please?
Thanks 🙂
Barbara
Hello,
Could you please attach a screenshot of the button you would like to change?
Thank you in advance!
Hello,
In your shop style page “standard button” http://demo.xtemos.com/basel/shop/?shophover6
http://imgur.com/a/npnpi your “select options” and “add to card” button.
Thanks
Barbara
Thank you. Use this code snippet to change the button color via Custom CSS
body .basel-hover-standard .btn-add > a {
background-color:#ff0909;
border-color:#ff0909;
}
body .basel-hover-standard .btn-add > a:hover {
background-color:#000;
border-color:#000;
}
Regards
The topic ‘Change color add to cart button’ is closed to new replies.