Hi,
I want to remove the Paypal button just on the checkout page. I tried in every way but the button still remain in the page.

In the store is installed the Impulse theme.
I found the right div in the code where is the button, but when I put this line of code
#express-checkout-wallets-wrapper {
display: none !important;
}
it doesn’t work.
How can I fix this problem?
Paste this code at the very top: . paypal-button{display:none ! important}
where you want to remove the button of PayPal.
and if I put this on theme.scss?
When I try this it does not work for me. I pasted this at main-cart-footer.liquid
If you mean the PayPal express button, you can remove that PayPal button from the checkout page using the PayRules: Hide Payment Methods app. Here’s how you can do it:
- Open the PayRules app.
- Navigate to the “PayPal Express Checkout” section.
- Enable the toggle to hide the PayPal Express Checkout button.
This will hide the PayPal button from the checkout page, even in the Impulse theme.