Hi, you can file base.css file in your Online Store → Themes → Edit code, then paste this code at the bottom of the file
.quick-add__submit {
background: aliceblue !important; // Replace with your taste
}
A user wants to add bordered “Add to Cart” buttons beneath each product in their featured collections on the homepage. They provided a reference image showing the desired button style.
Solution provided:
Follow-up customization:
To modify button background colors:
.quick-add__submit with the desired background colorStatus: Resolved with step-by-step instructions for both implementation and styling customization.
Hi, you can file base.css file in your Online Store → Themes → Edit code, then paste this code at the bottom of the file
.quick-add__submit {
background: aliceblue !important; // Replace with your taste
}