Want to change the Add to cart button color Konversion theme

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

2 Likes

@ECC1

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!

1 Like

@ECC1
paste this code in theme.scss

.product-atc-btn {
    background-color: #f8c35f !important;
    color: #fff;
}

Thank you.

1 Like

Thanks

1 Like