Remove Product Counter

Remove Product Counter

SaucyPeach
Excursionist
42 1 13

Hi,

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

 

Screenshot 2024-12-15 at 11.30.28.png

Replies 3 (3)

Weblegs_Support
Shopify Partner
16 1 0

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

SaucyPeach
Excursionist
42 1 13

Hey,

I'm using Testament theme

Weblegs_Support
Shopify Partner
16 1 0

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! 😊