How to NOT display number of products per collection ?

SoundsGood
Excursionist
38 0 11

Hi.

In the Debut Theme, does anyone know how to NOT display the number of products per collection on the top of each page?

Thanks.

Replies 3 (3)

webdeveloper_j
New Member
6 0 0

Hi, to hide the product count you'll need to edit the stylesheet of your theme file. Just copy the css code:

.filters-toolbar__product-count{display:none !important;}

And paste it at the bottom of your theme.scss.liquid file.

If you can't get it done or find it too difficult, please reach out for more support! 

Thanks!

 

SoundsGood
Excursionist
38 0 11

 

@webdeveloper_j   Thanks, but it doesn't seem to be working.  I don't have a theme.scss.liquid file, I've got a theme.css file (in the Assets section). Is that the correct file to be placing this code into?  If not, what's the correct file?  And if so, any other suggestions to get rid of the number of products per collection?

Thanks again.

webdeveloper_j
New Member
6 0 0

That should be the file. Could you share a link to your store?