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