Hi
i was able to remove add to cart in my main shop page using global css
.post-type-archive-product .add_to_cart_button {
display: none !important;
}
can you please tell me what to use to remove the add to cart button on every product except the detail page of a product?
thanks.
