Plugin Support
Nico
(@nicolamustone)
Automattic Happiness Engineer
Hello there,
I would assume that you are referring to the Product Categories List block.
If so, you can disable the product count from the block settings after adding it:
Link to image: https://d.pr/i/nwIPkS
Thank you for your reply Nicola
However I was talking about in the menus and the shortcode block
([product_categories limit=”3″ columns=”3″ orderby=”menu_order”])
example image can be seen here:
https://www.dropbox.com/s/f6e6lbg6dumvui6/example.jpg?dl=0
Cheers
Marco
Plugin Support
Nico
(@nicolamustone)
Automattic Happiness Engineer
You can use this custom CSS code:
li.product-category .count {
display: none;
}
You can use add custom CSS in Appearance > Customize > Additional CSS, as explained here: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress
-
This reply was modified 4 years, 4 months ago by Nico.
Plugin Support
Nico
(@nicolamustone)
Automattic Happiness Engineer
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.