Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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!
Solved! Go to the solution
This is an accepted solution.
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 </body> tag
<style>
.count-product {
display: none !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Thank you so much!!
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 </body> 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!
Shay | Social Care @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
This is an accepted solution.
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 </body> tag
<style>
.count-product {
display: none !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Thank you so much!!
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024