How to remove the Paypal Button from product pages

Hi there,

I’ve been searching all day to no avail, to find a solution to remove or hide PayPal (and the other Express buttons) from my Product Pages and my cart. I’ve finally found a solution to the cart issue, but not the Product Pages.

I only want to keep the Add to cart button, the rest makes no sense whatsoever. Especially when the More payment options link goes to Checkout. I’d love for Shopify to explain in what way this setup helps any customers? It seems everyone has been frustrated and annoyed with these Express buttons for long years and yet, nothing has changed? I’m starting to regret changing platforms at this point :sad_but_relieved_face:

Any help would be appreciated! I’m using the Studio Theme.

Thank you in advance!

This is Noah from PageFly - Shopify Page Builder App

I can help you. If you check in editor product default and can’t delete it the reason is because the default theme requires a paypal button. If you cannot delete it, please send me the website url link.
Thank you.

Best regards,

Noah | PageFly

Thank you for your quick answer!

Could you please be very specific, because I do not code, so I’d need to know exactly what I’m looking for and where. As an example, the solution to remove the same button from the Cart as provided by StoreWatchers:

  1. Go to online store > theme > edit code > assets > base.css(file) and Paste the below code at the bottom of the file → Save
#main-cart-footer .additional-checkout-buttons{
    display: none !important;
}

I need to see it step by step like that unfortunately. If I search for just product in my code, it’s going to give me a ton of results:

Thanks again!

Hi @APFOH If you want find file contain button check out paypal you can choose file main-product.liquid. And find code it will below button Add to cart.
If you dont see, we need add code to fix it. This is solution quickly.

I’m not sure if I understand :disappointed_face: Do you mean I should look for “add to cart” in main-product.liquid?

If so, I don’t find it. There’s lots of “cart” in the code but I don’t see “Add to cart”.

I also checked all “button” text in the code, but I couldn’t make sense of them.

Does this mean it’s not available and I need to add a code? Thanks so much for your help!

Thank you. Each theme’s structure will be different. So in some cases it will be in other files. If you want to delete it, I think adding code to delete it is the fastest way

OK, would you be able to provide a code for this? I’d be super grateful! Thank you!

hi @APFOH yes sure , but you can provide url website. I will check element and write code.

Hey Noah, I have the same issue - I want to hide the yellow “buy with Paypal” button from the products pages.
this is the URL - https://shopaxylon.com/
would HIGHLY appreciate your help, I’ve been on it for days :heart:

Hi @Elad2 The button has removed now ? I have check It hidden, Iam sorry for delay.

Hi,

If you don’t want to handle liquid code changes, then you can easily do that with the Vista checkout rules app. It helps you choose both/page/cart.

You can also choose conditional hiding if required.

Hope it helps!