Remove Add To Cart button on homepage and collections pages

Hi,

I am using a purchased theme from theme forest.

Can some suggest the easiest way to remove the Add To Cart button on homepage and collections pages.

Any help is greatly appreciated.

link: sokoun.me

Hello @hanafy ,

Easiest way to hide it from homepage and collection page

  1. Go to Online Store->Theme->Edit code
  2. Asset->style-rtl.css → paste bellow code in bottom of file
.template-index .add-to-cart, .template-collection  .add-to-cart{
    display: none !important;
}

Thanks