Hi @Nourdahhan
What theme do you have? There should be a section in your product page. The buttons were called dynamic checkout buttons
A user seeks to hide express checkout buttons (PayPal, Google Pay, Apple Pay) from product pages, cart, and checkout pages while keeping these payment methods active. The discussion centers on the Refresh theme initially, though Studio theme users later join with similar issues.
Solutions provided:
base.css file:.cart__dynamic-checkout-buttons.additional-checkout-buttons {
display: none;
}
This successfully hides buttons on cart page for desktop.
Product page removal: Disable via theme customizer: Online Store > Themes > Customize > Product Information > Buy Buttons > uncheck “Dynamic Checkout Buttons”
Checkout page removal: Multiple participants confirm this requires either:
Unresolved issues:
The original poster confirmed cart page solution worked but checkout page remains unsolved without upgrading plan or using an app.
Hi @Nourdahhan
What theme do you have? There should be a section in your product page. The buttons were called dynamic checkout buttons