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
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
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!
worked like a charm, thanks!
If helpful then please Like and Accept Solution.
thank you it worked a treat!