Craft: How to remove dynamic buttons from cart page?

Hi all

I need help removing the dynamic buttons from the cart page**.** I have the button unchecked on the product page, I also checked the cart.json but saw no reference there to those buttons. Any ideas?

thanks much!

Birgit

https://thewishingthorn.com/

Hi @Birgita

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.shopify-cleanslate {

display: none !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

1 Like

Hi @Birgita

Go to Online store > Themes > Edit code > Assets, open base.css file, add this code below at the bottom, and save the file

.cart__dynamic-checkout-buttons { display: none !important; }
1 Like

It did, both codes actually worked to remove the buttons, but something else VERY strange came up - the code now shows on my Theme for all to see :heart_eyes: I just found the Klaviyo snippet there too - OMG what is going on ?