Hide WooCommerce Product "Add To Cart" Button

body.woocommerce ul.products li.product .button {
    display: none;
}

All CSS snippets should be added via a child theme's style.css file or using the built-in Custom CSS panel.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.