Forums
Forums / Plugin: Ultimate Product Catalog / Remove product count
(@nimbix)
6 years, 10 months ago
How can I remove the number of products that shows in the sidebar, to the right of each category name? I would like to remove all of these numbers.
(@etoilewebdesign)
Hi nimbix,
You can hide that by adding the following custom CSS code to your catalogue:
.prod-cat-sidebar-category-div label.upcp-label > span > span { display: none; }
I also removed the count to the right of subcategories by using this code:
.prod-cat-sidebar-subcategory-div label.upcp-label > span > span { display: none; }
Thank you!
The topic ‘Remove product count’ is closed to new replies.