I want to change the button color of ADD to cart as blue to orange
https://bavariatrachten.com/products/lederhosen-men-oktoberfest-kneebound-dark-brown
Thank you
I want to change the button color of ADD to cart as blue to orange
https://bavariatrachten.com/products/lederhosen-men-oktoberfest-kneebound-dark-brown
Thank you
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.product-form__cart .product-form__cart-submit{
background-color: #ffa500 !important;
}
Hope this works.
Thanks!
@ECC1
paste this code in theme.scss
.product-atc-btn {
background-color: #f8c35f !important;
color: #fff;
}
Thank you.
Thanks