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

https://banditk-gangn.com/collections/all

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