Remove the Shop pay / apple pay / Pay pal buttons from cart page

Hello, I need to urgently remove these buttons from my cart page - is anyone able to help?

Thanks you!!

@Gem3

Please share your website URL and password if any. I will check and provide a solution here.

Thanks!

Hello @dmwwebartisan

My website is

https://greenify-co.myshopify.com/

I would like the express checkout to remain in the check out but not the cart if possible.

Thank you!

1 Like

@Gem3 - add this to the very end of your theme.scss file

.template-cart .additional-checkout-buttons{display: none; opacity: 0; visibility: hidden;}

1 Like

@Gem3

Thanks for the URL. Please add the following code at the bottom of your assets/theme.scss.liquid file.

.template-cart .additional-checkout-buttons{
display: none;
}

Hope this works.

Thanks!

1 Like