We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Want to remove add to cart from quick add!

Want to remove add to cart from quick add!

Emiway
Trailblazer
263 0 50

Want to remove add to cart from quick add!

URL: https://zappdrink.myshopify.com/products/zapp-berry-drink
PASS: Zapp

Screenshot 2024-11-11 145143.png

Reply 1 (1)

steve_michael2
Navigator
454 39 62

Hello @Emiway ,
add this to your theme.css/base.css

button.button.button--xl.button--secondary {
    display: none;
}


thanks!