• I need to hide the add-to-cart buttons on the Category pages ONLY. Not in single product pages. Please tell me how to do so with your plugin (I have it installed already).

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi.,

    Try this css

    .woocommerce-active ul.products li.product a.button {
        display: none;
    }

    If you want further help I’ll be happy to assist.

    Thanks.,
    Rajan V

Viewing 1 replies (of 1 total)
  • The topic ‘Hide add to cart only in categories’ is closed to new replies.