kondasoft / ks-bootshop

Our Free Shopify Theme focused on simplicity, speed, and user experience. Download it today and finish your Shopify store within days, not months. Powered by Bootstrap v5 framework and 15+ years of coding experience.
https://www.kondasoft.com
MIT License
123 stars 117 forks source link

I would like to hide the add to cart button and just have the buy now button. #104

Open arytmw opened 1 month ago

arytmw commented 1 month ago

Could you guide me where to make the changes?

alvinkonda commented 1 month ago

Adding this CSS code can do that

.product-block-atc > div:first-child {
  display: none !important;
}

You may add it to assets/custom.css file