Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Hide Express Checkout Buttons from Cart Page

Solved

Hide Express Checkout Buttons from Cart Page

Suassi
Tourist
10 0 6

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.

 

1.png

 

 

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

 

2.png

 

Theme: Ride 9.0

Shop: suassi.com

 

Thanks in advance for your help guys.

 

Kind Regards,

Suassi

Accepted Solution (1)

made4Uo
Shopify Partner
3856 717 1198

This is an accepted solution.

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;
}

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free

View solution in original post

Replies 3 (3)

made4Uo
Shopify Partner
3856 717 1198

This is an accepted solution.

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;
}

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
Suassi
Tourist
10 0 6

Thanks @made4Uo , that did it!

 

Appreciate your help, thank you very much.

 

Have a nice day 😉

 

Kind Regards,

Suassi

teekay05
Excursionist
30 0 52

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