how to display the button of "add to cart" button on product page and collection page?

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.

https://yongjet.com/

theont

Thank you in advance.

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. 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.