I need the button of “add to cart” display on the product and collection page.
1 Like
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
1 Like
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset → base.css and paste this at the bottom of the file:
.product-form__buttons .product-form__submit {
background-color: #000;
}
.quick-add.no-js-hidden .form .quick-add__submit {
background-color: #000;
}
1 Like
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.



