Remove "# of # products" on collection pages

I’m using the Studio theme.

www.saraennis.com

I’m trying to remove the circled text below. Any thoughts?

Thanks!

Hey @booknerd

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Go to your Online store > Themes > Edit code > open base.css file, add this code at the bottom.

.facets-container .product-count.light {
display: none !important;
}