Deactivate number of products in woocommerce

Hy, how can i deactivate at the category - page the number of products?

Hello @dani_blues,

Thanks for asking. :slight_smile:

I am not quite sure about the question you have asked but please take a look at following article:

If that’s not what you are looking for then please elaborate the question and we will be happy to help you out.

Thanks.

Hy i´d like to remove these numbers at the category page. Do i need a plugin for that?

Hi There,

Could you please try adding the following CSS rule into your Theme Options > Global CSS area and see if that helps.

.woocommerce .count {
    display: none;
}

Hope that helps.

Hy, perfect it works. thx!!