Remove add to cart from Quick View

xeinatamer
Shopify Partner
5 0 0

Hi, I wanted to remove the add to cart option from the quick view because I added an app for product variations and it doesn't show up in quick view. Leaving the add to cart makes it an option for users to add the item to their cart without specifying the size. How can I remove the add to cart from the quick view?

Replies 8 (8)

Zworthkey
Shopify Partner
5581 642 1565

Hii, @xeinatamer 
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

xeinatamer
Shopify Partner
5 0 0

lilly-linen-home.myshopify.com

Zworthkey
Shopify Partner
5581 642 1565

Can you give me your screenshot so,
I can solve it perfectly.
Thank You.

xeinatamer
Shopify Partner
5 0 0

xeinatamer_0-1637057035997.png

 

Zworthkey
Shopify Partner
5581 642 1565

hii, @xeinatamer 
paste this code on top of the theme.dev.css file.

.productForm-buttons {
    display: none !important;
}

Thank You.

xeinatamer
Shopify Partner
5 0 0

It removes the buttons from the product page as well which is not what I'm trying to do.

xeinatamer
Shopify Partner
5 0 0

I added a class for the container itself and added your code inside of it and it worked. Thank you for the tip!

Zworthkey
Shopify Partner
5581 642 1565

@xeinatamer 
If it is helpful then like and accept my solution.
Thank You.