Total Docs
Docs
Icons
Snippets
Changelog
Extensions
Newsletter
Videos
Get Theme
Menu
Search
Snippets: Hide WooCommerce Product “Add To Cart” Button
This snippet was last updated on
March 24, 2015
.woocommerce .product .add_to_cart_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.