Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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.