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

Solved

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

Yongjet
Excursionist
19 0 7

I need the button of "add to cart" display on the product and collection page. 22.png33.png

Accepted Solution (1)
ZestardTech
Shopify Partner
6119 1095 1471

This is an accepted solution.

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;
}

ZestardTech_0-1684495728668.pngZestardTech_1-1684495756083.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 4 (4)

ZestardTech
Shopify Partner
6119 1095 1471

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Yongjet
Excursionist
19 0 7

https://yongjet.com/

theont

Thank you in advance.

ZestardTech
Shopify Partner
6119 1095 1471

This is an accepted solution.

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;
}

ZestardTech_0-1684495728668.pngZestardTech_1-1684495756083.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
ZestardTech
Shopify Partner
6119 1095 1471

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.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing