Debut theme - How to change add to cart button color on product pages only?

The color of the add to cart button is now with a white background and green colored text but I want it reversed. How?

Link: https://www.bluehealthstore.com/collections/yoga/products/yogawise-cork-yoga-mat-bluehealth

@MarcoH

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

.template-product button.btn.product-form__cart-submit.btn--secondary-accent {
    background-color: #03960c;
    color: #fff;
}

Hope this works.

Thanks!

1 Like

worked like a charm, thanks!

1 Like

@MarcoH

If helpful then please Like and Accept Solution.

1 Like

thank you it worked a treat!