I was able to hide the Add to Cart button with just CSS:
.woocommerce .products .add_to_cart_button {
display: none!important;
/* Hides the Add to Cart button on the thumbnail pages */
}
I was able to hide the Add to Cart button with just CSS:
.woocommerce .products .add_to_cart_button {
display: none!important;
/* Hides the Add to Cart button on the thumbnail pages */
}