Hello,
Can someone please tell me how to change the color of Add to Cart button for Trade theme?
Hi @DC1
Could you share your store link so I can check?
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings
.product-form .product-form__submit {
background: #000;
color: #fff;
}
Hi, Is this same color as the VIEW ALL button?
Code update
.product-form .product-form__submit {
background: #001128;
color: #fff;
}
Thank you very much!!
Can i ask you one more question? my add to cart button is not working properly. It keeps on loading and doesn’t add product to the cart.