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.
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.