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
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
.template-index .add-to-cart, .template-collection .add-to-cart{
display: none !important;
}
Thanks