Quantcast
Channel: WordPress.org Forums » [WooCommerce] Support
Viewing all articles
Browse latest Browse all 102102

lutzcreativegroup on "[Plugin: WooCommerce - excelling eCommerce] Remove Add to Cart Buttons from Product Page"

$
0
0

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 */
}

Viewing all articles
Browse latest Browse all 102102

Trending Articles