Shopify themes, liquid, logos, and UX
hello i'm having a problem with the paypal button on my product page. I would like to remove this button and replace it with the "buy now" button. However, when the customer is directed to the checkout, they still have paypal as an additional payment method.
This is now:
i want this:
but still with the paypal as a express checkout:
Hey @tiãohappy
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Hey @tiãohappy
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.shopify-payment-button {
display: none !important;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
so i followed your instructions perfectly but it ended up removing the "buy now" button and only the "add to cart" button remained. i would like the buy now button to remain too. Like this:
Hello @tiãohappy
1) to remone the Paypal button:-
Go to online store ---------> themes --------------> actions ------> edit code------->Theme.css----> line number 10062
search this code
.shopify-payment-button {
margin-top: 20px;
text-align: center;
}
and replace with this code.
.shopify-payment-button {
display: none !important;
}
and the reslt will be
2) To add "buy now" button - This will need some custom coding to add the buy now button in your product page.
If you need, i can help you with this.
If this was helpful, hit the like button and mark the job as completed.
Thanks
i would like to remove paypal button and add the buy it now button that leads directly to checkout. I dont know about coding so your help would be very good😁
how can i put the "buy it now" button?? after removing paypal button
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025