Hiding Product Count from Collection Page

Solved

Hiding Product Count from Collection Page

kailasachse
Shopify Partner
89 0 33

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

 

Screen Shot 2021-08-25 at 4.41.51 PM.png

Working with small businesses to establish branding, online presence, and strategy for marketing and operations.
Accepted Solution (1)

dmwwebartisan
Shopify Partner
12321 2552 3729

This is an accepted solution.

@kailasachse 

Please add the following code at the bottom of your CSS file.

.template-collection span.filters-toolbar__product-count {
    display: none;
}

Hope this works.

 

View solution in original post

Replies 3 (3)

dmwwebartisan
Shopify Partner
12321 2552 3729

This is an accepted solution.

@kailasachse 

Please add the following code at the bottom of your CSS file.

.template-collection span.filters-toolbar__product-count {
    display: none;
}

Hope this works.

 

kailasachse
Shopify Partner
89 0 33

That worked, thank you!!

Working with small businesses to establish branding, online presence, and strategy for marketing and operations.
ozsmart
Visitor
1 0 0

Which css file?

 

I am using theme, refresh.