Hide Woocommerce add to cart
-
Hello,
How can i hide add to cart on the ‘Best Selling Products’ section?
I could hide the ‘add to cart’ option on product pages with this css code:
.woocommerce .products .add_to_cart_button {
display: none!important;
/* Hides the Add to Cart button on the thumbnail pages */
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hide Woocommerce add to cart’ is closed to new replies.