To add a gradient color on Add to Cart button.
You can use this code to Custom CSS
If code doesn’t work, you can comment below, message or send me an email.
div.sqs-add-to-cart-button {
background: linear-gradient(45deg, #ff6b6b, #4ecdc4) !important;
}
Result
Change gradient color here.