Remove Product Counter

Hi,

can I get help to remove the product counter from the side filters.

Hi

Thank you for your query! To provide you with the most accurate guidance, could you please let us know which Shopify theme you’re currently using? Different themes handle filters differently, so this information will help us tailor the solution to your specific setup.

Looking forward to your reply!

Best regards,
Weblegs Support

Hey,

I’m using Testament theme

Hello,

Follow these steps

  1. Go to Your Shopify Admin.

  2. Navigate to:
    Online Store > Themes > Edit Code.

  3. In the left sidebar, under the Assets folder, locate and open the file named:
    stylesheet.css

  4. Search for this class
    span.filter__count

  5. Add the following CSS code to hide the product count:

span.filter__count
{
display: none;
}

The product counter next to the side filters will no longer be visible on your store.

Let me know if this resolves the issue! :blush: