How can I remove the collection number on the list page?

Hello,

I have a technical issue, I can’t remove the number of shown in the Collection List page,

the “1” you can see on the following screenshot. I only want the collection name to be shown.

Is that possible?

Thank you for helping!

Hello @YZA1
If you can share your collection URL then it will be helpful for me to give you a correct answer.

Hey @YZA1

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

@YZA1 Hope you are doing well.

Please follow the steps mentioned below:

  • Login to Shopify admin

  • Click on Online Store

  • Edit your theme Code

  • Look for theme.liquid file

  • Add the following style at the bottom of the file above tag.

body .count-product{
display: none;
}

Hello, thank you so much I tried to do it but it has no effect and the 1 is still diplayed..

Hi @YZA1

Can you please share a link to this collection on your store? This way we can see where that number is being generated from and can provide you the right solution. Thanks!

Sure here it is: https://yza-shop.com/collections

Hey @YZA1

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

Thank you so much!!