If you want to remove add to cart on product pages, leave the product price blank, with that done no add to cart form appears.
To hide the sale indicator use this CSS:
.onsale { display: none !important; }
If you want to remove add to cart on product pages, leave the product price blank, with that done no add to cart form appears.
To hide the sale indicator use this CSS:
.onsale { display: none !important; }