Remove Product Count From Search?

Hi,

Is there a way to remove the product count from the filter search?

I would like to remove the (1) from the fields. I am using the Spoke/Athens theme

Hi @offroadjim

Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.

Best regards,
Devcoder :laptop:

Dear @offroadjim

Since I don’t have your website yet, I checked the demo page of Theme Spoke/Athens. You just need to add the following style snippet, and the product count will be hidden:

...
.checkbox-facet-label-count {
    display: none !important;
}
...

In case you apply it but nothing changes, please provide me with your store link. I will check and give you better advice.

Regards,
Eric

You can try to check if it has option to do that from the app that you are using.
If it does not have option to turn it off, please share the link to your page so we can check if CSS code can hide them.

Removing this highlighted line did it!