Hide Express Checkout Buttons from Cart Page

Hi Guys,

Quick question here: I want to hide the Express Checkout Buttons from my cart page, since they are very large and don’t allow the “Recently Viewed” app to be shown fully at the bottom.

However, I would like to only hide this buttons on the cart page, keeping the funcionality of these checkout options on the Checkout page.

Theme: Ride 9.0

Shop: suassi.com

Thanks in advance for your help guys.

Kind Regards,

Suassi

1 Like

Hi @Suassi

Please follow the instructions below to hide the dynamic buttons in cart

  1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
  2. Go to Asset folder and open the base.css file
  3. At very end of the code, add the code below
.cart__dynamic-checkout-buttons.additional-checkout-buttons {
    display: none;
}
3 Likes

Thanks @made4Uo , that did it!

Appreciate your help, thank you very much.

Have a nice day :wink:

Kind Regards,

Suassi

fantastic! this works, exactly what most folks need, removal of the pesky intrusive yellow button.