How To Remove Product Count On Collection Filter On 2.0 (Dawn Theme)

I’ve only read about the following code:

.product-count__text {
display: none !important;
}

However, I can’t find theme.scss.liquid or template-collections.css in Shopify 2.0

https://ranjanakhan-1759.myshopify.com/

PW: 123

1 Like

Hi @RK2022 ,

Please follow the instructions below

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Snippet folder, open the facets.liquid
  3. Remove the code below in every part of the file
({{ value.count }})

This worked. I replaced all ({{ value.count }}) with a space.

Thank you!

1 Like