How to remove particular collection from all products

How can remove or hide particular collection’s product it from all products list .

There is showing all products in all collection. But I want to hide particular collection’s product.

https://01e5b4.myshopify.com/collections/all

Hey @farukweb

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

{% if product.title contains "Gerovital GH3 Advance" %}

{% endif %}

RESULT:

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

Best Regards,
Moeed

If i have more than 50 products in particular collection, then how can remove from all products? Actually I want to remove particular collection from all products.

Your code is not working. I have done it same way.