PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Hide the number of products in the product list

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

How to hide the number of products in the product list?

Hello

If  you mean a term  count ( https://c2n.me/446Rpk6.png ) -   plugin settings->Advanced->Options- https://c2n.me/446RvmU.png

If  you  mean  it - https://c2n.me/446Rzki.png Try  to add  CSS:

.woocommerce-result-count{

display: none;

}

Hello

Exactly I mean this: https://c2n.me/446Rpk6.png
And I have customized according to this: https://c2n.me/446RvmU.png
And it does not work.
What I need to do ?
Help me.
Thanks.

Hello

Drop  me  exact  link to the  issue here -  https://c2n.me/43SC6rb.png -> https://c2n.me/42BAoj4.png

I have sent you private information. Please support me now. Thanks.

I checked  it - https://c2n.me/4484s3G.png - this works fine on my filter

If  you  mean  this - https://c2n.me/4484AfY.png - this is not my filter! This has nothing to do with my code.

You can  try  this CSS:

.wc-layered-nav-term .count{

display: none;

}