Shopify themes, liquid, logos, and UX
How do I hide the product count from a collection page?
Was able to hide the Sort By filters, but I don't see an option for hiding product count.
I'm very comfortable with code so have no issue with updating that if need be.
Shop link: https://4juyzqz0gnarpx0n-27267825797.shopifypreview.com
Best,
Kaila
Solved! Go to the solution
This is an accepted solution.
Please add the following code at the bottom of your CSS file.
.template-collection span.filters-toolbar__product-count {
display: none;
}
Hope this works.
This is an accepted solution.
Please add the following code at the bottom of your CSS file.
.template-collection span.filters-toolbar__product-count {
display: none;
}
Hope this works.
That worked, thank you!!
Which css file?
I am using theme, refresh.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025