Remove Buttons in Shopping Cart for Apple pay Google Pay & Paypal

Hello, on the MOBILE version of my website www.auraliving.nl i want to Remove The Buttons in The Shopping Cart for Apple pay Google Pay & Paypal that come under the Checkout Button. Customers can use these payment options in the actuall Checkout Page, they make the Cart page to bussy in my opinion. How do i remove this guys?

1 Like
  • Here is the solution for you @NinoB97
  • Please follow these steps:

  • Then find the base.css or theme.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
.cart__dynamic-checkout-buttons {
    display: none !important;
}
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
1 Like