Hello there,
anyone can gently help How to remove “sorry, there are no products in this collection”
Much appreciated.
Alex
Users are seeking ways to remove the “sorry, there are no products in this collection” message that appears on their Shopify stores.
Proposed Solutions:
CSS Method (diego_ezfy): Add custom CSS code to the styles.scss.liquid file to hide the message using display: none !important. This reportedly worked for at least one user (Alex1510).
Language Editor Method (mardel): Navigate to Online Store > Themes > Actions > Edit Languages, find the Collections tab under General section, locate No matches, and leave it blank to remove the warning text entirely.
Current Status:
The discussion remains open with mixed results. While the CSS solution worked for some, multiple users (Daniel243, johnalet, rootedflowers, HueyPilot) report continued issues—either the fix doesn’t work for their setup or they cannot locate the necessary menu options in their Shopify admin. No definitive resolution has been reached for all cases.
Hello there,
anyone can gently help How to remove “sorry, there are no products in this collection”
Much appreciated.
Alex
Do this to fix it in 20 seconds:
.collection-product-list .grid__item p{
display: none !important;
}
Please let me know whether it works.
Kind regards,
Diego
Hello Diego,
It works. thanks a lot!
I’m glad to hear that, @Alex1510
Next time feel free to contact me personally, I’ll be happy to help.
Kind regards,
Diego
Hi there! I still have this problem even if I copied that text. What can I if even this doesn’t work?
Thanks!
Hello diego_ezfy,
Please kindly assist me, I have this same issue where created collections are not displaying in my online store. I got the response, Sorry, there are no products in this collection.
Thank you
If this is still bothering you, it may just benefit you to remove the warning altogether.
From your Admin:
Trying to do this, hoever when I go to themes I cannot find the actions button or menu you speak of
This is not working. Can you provide another solution?