Forums
Home / Plugin: Ultimate Product Catalog / Hiding product count
(@pja5362)
5 years, 12 months ago
Is there a way to hide the product count in the sidebar?
(@etoilewebdesign)
Hi pja5362,
You could hide the count by adding the following CSS to the “Custom CSS” box found by navigating to the “Catalogues” tab and selecting the catalog:
.upcp-label span span { display: none !important; }