Shopify themes, liquid, logos, and UX
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
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
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