Solved

How to hide bottoms "choose variant" and "quick view"

Linshiliang
Tourist
7 0 3
Accepted Solution (1)

JohnFromJotting
Shopify Partner
665 94 132

This is an accepted solution.

Hi @Linshiliang,

If there isn't options in the customizer to turn it off. Go to edit code, go to your asset folder. Find your theme.css and paste the below code at the bottom of your file.

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

Check out my blog for some awesome Shopify, SEO and Social Media Marketing content.


To hire me, visit my Upwork profile

View solution in original post

Reply 1 (1)

JohnFromJotting
Shopify Partner
665 94 132

This is an accepted solution.

Hi @Linshiliang,

If there isn't options in the customizer to turn it off. Go to edit code, go to your asset folder. Find your theme.css and paste the below code at the bottom of your file.

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

Check out my blog for some awesome Shopify, SEO and Social Media Marketing content.


To hire me, visit my Upwork profile