How can I remove product count on the Craft theme collections page?

Hi,

I am using the theme “Craft” and would like to remove the total “92 products” product count on the collections page.

Does anyone have any guidance on how to do so?

Thanks,

Amy

1 Like

Hello @aelitzer

Once you Log in to the Admin, then process the following steps:

Step 1: Go to Dashboard ->Online Store ->Theme-> Action->Edit code->

Step 2: Search the file base.css

Step 3: Paste the below CSS at bottom of the file → Save

.facets__form .product-count{
   display:none;
}

Output:

If you find our reply helpful, please hit Like and Mark it as a Solution.

An award-winning North American Shopify Development Agency That Delivers Powerful Results, Innovation, and Secure Digital Transformation.

Hmm that didn’t seem to make any change to it. See below for the code I added at the bottom of base.css.

Hello @aelitzer

Please give us the store URL OR the Collection page URL so we can check why it’s not working on your end.

https://1ca775.myshopify.com/ - password label shopper

@WebDeskSolution any advice?

@EBOOST you’ve been super helpful in the past. Any thoughts on a solution here?

Hello @aelitzer

Store password is not working.

My apologies! it’s labelshopper with no space

Hello @aelitzer

Step 1: Go to Dashboard ->Online Store ->Theme-> Action->Edit code->

Step 2: Search the file component-facets.css

Step 3: Paste the below CSS at bottom of the file → Save

.facets__form .product-count{
   display:none;
}

It will work for you.

If you find our reply helpful, please hit Like and Mark it as a Solution.

An award-winning North American Shopify Development Agency That Delivers Powerful Results, Innovation, and Secure Digital Transformation.

1 Like

Perfect, thank you!!!

Hello, could you also help me with the same?

I’ve tried to add this CSS both in base.css and component-facets.css but still doen’s work and I can see the quantity of products.

Thanks in advance.

Hi, this works for the web version on a computer but not on a phone. How do we remove the product count with the craft theme mobile version of the site?

Hey did you manage to fix this? Im having the same issue with the mobile side