Hiding the accelerated checkout buttons in cart page / Dawn Theme

Hello, dear community!

I want to hide the accelerated checkout buttons from the cart page but somehow I cannot get it done. I tried targetting it at the bottom of base.css with the code below but for some reason the buttons are still there

.wallet-cart-grid.accelerated-checkout-button-container {
display: none !important;
}

I want the buttons to stay there in the checkout page, but to remove them from the cart page
Website - maisonmagdalena.com

Password - MaisonMagdalena.222

Thanks for your help!

1 Like

Hi @MagdalenaBB

You can turn off those buttons by turning off Show dynamic checkout buttonsfrom Online Store > Themes > Customize > Products > Default product.

1 Like