How can I change the color of my 'add to cart' button on all products?

Im wanting to change the catalog “add to cart button” for all products to #DEBCC7 as the back ground and #FFFFFF as the text color, as currently it blends in with the back ground white. I dont want to change any other button colors except the catalog products “add to cart”

www.missionwhiskers.com

pass: Kato

1 Like

@ashnadon

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.btn--primary{
background-color: #DEBCC7 !important;
}

Hope this works.

1 Like