• Hi,

    I’ve tried about every piece of code I could find in google to remove the ‘add to cart’ button from category page trough functions.php but it won’t work. I think it is something related to the theme.

    How can I remove the ‘add to cart’ button from category pages?

Viewing 1 replies (of 1 total)
  • Hi @cfmwebdesign

    Simply, you can use the custom CSS code in Appearance -> Customize -> Additional CSS, to hide the button Add to cart on the product category page

    .woocommerce.tax-product_cat .add_to_cart_button {
        display: none;
    }

    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove ‘Add to cart’ button from WC category pages’ is closed to new replies.