Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
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!
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!
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!
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.
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024