This topic has 2 replies, 2 voices, and was last updated 8 years, 7 months ago ago by Stan Russell
How can we change our background color for the add to cart button from grey to white? You can see the button here https://coconuttreeboutique.com/product/all-dogs-go-to-heaven-t-shirt/ once you select a size you can see the button. Is there a setting in the theme or color scheme? or is there a custom CSS code.
Hello,
please add following css code to Theme options > Custom css > Global custom css:
.single_add_to_cart_button{
background-color:white;
border:1px solid grey;
}
.single_add_to_cart_button:hover{
color:grey;
}
Regards,
Stan Russell.
You must be logged in to reply to this topic.Log in/Sign up