
Che_Guevara(@che_guevara)
3 Posts
Customers
Quote from Che_Guevara on October 16, 2019, 11:14
How to hide the number of products in the product list?
How to hide the number of products in the product list?

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 16, 2019, 13:19
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
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;
}

Che_Guevara(@che_guevara)
3 PostsTopic Author
Customers
Quote from Che_Guevara on October 16, 2019, 15:38
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
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.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 17, 2019, 11:54
Hello
Drop me exact link to the issue here - https://c2n.me/43SC6rb.png -> https://c2n.me/42BAoj4.png
Hello
Drop me exact link to the issue here - https://c2n.me/43SC6rb.png -> https://c2n.me/42BAoj4.png

Che_Guevara(@che_guevara)
3 PostsTopic Author
Customers
Quote from Che_Guevara on October 17, 2019, 12:02
I have sent you private information. Please support me now. Thanks.
I have sent you private information. Please support me now. Thanks.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 17, 2019, 13:04
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;
}
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;
}