Remove Product Count on Collection- Debut Theme

We only have 4 products so its pointless to put the produc count. How do I remove it?

Here’s the URL https://go-future-fresh.myshopify.com/collections/frontpage

I don’t know if this is where I change it and how.

{% if is_filter_by_available == false and section.settings.sort_enable == false %}

{{ 'collections.general.items_with_count' | t: count: collection.products_count }}
{% endif %}

Hello gofuturefresh,

Add this css at the end of file
Online Store-> Themes → Edit code->Assets->theme.scss.liquid

span.filters-toolbar__product-count {
display: none;
}
16 Likes

Thank you!!

Hi,

Could you tell me how to do the same thing on the BlockShop theme? I am trying to remove the product count that shows up when i roll over the collection. I tried adding this code to the same section as debut, but it doesn’t remove the product count showing under collection name

Hello @GM85 ,

Can you please share your site url

Hi! I actually ended up changing the layout. Instead of having a collection page that showed the product count, I now have a page that lists all the products instead. Problem solved. Thank you for the response. I’m still working on the site and will most likely have more questions. Stay tuned :slight_smile:

Unfortunately, this option did not work for me :disappointed_face:

I am using the Debut theme and the link to my store is FRANN BURGOS LABEL (fblabel.shop)

I appreciate your help, Thanks!

Did you figured it out @msfrann ? Thanks.

@msfrann ,

Can you share the screenshot ?