• Hi – My “Shop” page is actually a membership page. I would like to hide the products listed at the bottom of the page. I see an option to display products or categories, or both, but is it also possible to show neither? Thank you!

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

    Thank you for getting in touch with us.

    I’m not sure if I understand exactly what you mean. Do you want to hide all products and categories on shop page? One way to do this without plugin files modification would be to select “Show categories” in Appearance → Customize → WooCommerce section and add custom style to Appearance → Customize → Additional CSS field:

    .post-type-archive-product .kale-products {
        display: none;
    }

    Hope that helps.

    Kind regards

Viewing 1 replies (of 1 total)

The topic ‘Hide products’ is closed to new replies.