Re: How do I remove the buy it now button from my product page?

Solved

How do I remove the buy it now button from my product page?

GAboyz02
Tourist
4 0 3

Hi, Im using the Impulse theme and would like to remove the buy it now button from my page and only keep the Add to cart button. How would I be able to do that? Need help asap Thanks

Accepted Solution (1)

LitCommerce
Astronaut
2860 684 749

This is an accepted solution.

Hi @GAboyz02,

Go to Assets > theme.css and paste this at the bottom of the file:

.shopify-payment-button {
    display: none !important;
}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!

View solution in original post

Replies 3 (3)

ZestardTech
Shopify Partner
5748 1050 1389

Hey, @GAboyz02 !

No problem at all! You can disable those buttons through your theme settings. To do so, head in your admin to online store > themes, and click on the customize button. Then, navigate to the controls for your product pages - there'll be an option there to uncheck the show dynamic checkout buttons. There's more detail on this our guide right over 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

LitCommerce
Astronaut
2860 684 749

This is an accepted solution.

Hi @GAboyz02,

Go to Assets > theme.css and paste this at the bottom of the file:

.shopify-payment-button {
    display: none !important;
}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
Finley2
Shopify Partner
2 0 1

Hi, 2 years later and I am wondering if you could help me with the following issue:

I would like to remove the branded buy buttons such as Paypal and Shopifypay but keep the regular "Buy it now".  I would appreciate it if you could help me out.