How can I remove the product count next to the filtering on product page?
I want to keep the filtering but remove the product count.
Im using Dawn theme v12 I think.
Thanks!
A user asked how to remove the product count displayed next to filters on a Shopify Dawn theme collection page while keeping the filtering functionality intact.
Solution provided:
.product-count).product-count { display: none; }Outcome:
The original poster confirmed the solution worked successfully.
Follow-up question:
Another user asked if there’s a way to also remove product counts appearing on the filters themselves, suggesting the discussion may continue for additional customization needs.
How can I remove the product count next to the filtering on product page?
I want to keep the filtering but remove the product count.
Im using Dawn theme v12 I think.
Thanks!
@hesh COuld you please share your store URL?
You can fix this pretty easily by editing the CSS in your theme.
.product-count {
display: none;
}
i solved with other message, thanks
it worked!! thanks ![]()
This works but is there also a way to remove product count from appearing on the filters too?