Hide product count from filter results - Dawn Theme

Hello, I’m looking for a way to hide product count from the filter results. I’m using Dawn theme. How can I do this? Many thanks.

Hi @PetitFox ,

Could you kindly provide us with your store URL and, if applicable, the password, so that our team can offer you the necessary support?

Hi, sure, it’s petitfoxportugal.myshopify.com

Here are the steps you can follow:

1, Navigate to Online Store > Themes > Edit Code.

2, Locate and open the base.css (or theme.css, custom.css) file.

3, Paste the code snippet provided below at the bottom of the file, then save your changes.

.facet-checkbox__text {
    color: transparent;
}

.facet-checkbox__text .facet-checkbox__text-label {
    color: #000;
}

Here is the result

We hope this assists in resolving the issue.

If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!

1 Like

Hello @PetitFox

You need to remove some cod from the filter in filter code

Hi

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code just above tag

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Best Regards,
Makka

Many thanks! It worked :slightly_smiling_face:

1 Like