hide collection

I recently added a new collection to feature products in my blog entries. I created these specific collections because it’s the only way to display the desired products in that section. However, after creating the collection and linking it to my blog, I noticed that it also appears in my store’s filter options. Is there a way to hide certain collections from the shop filter while still showing them in this specific part of my blog? Thanks!

BLOG ENTRY: https://www.voodoo-warehouse.com/blogs/projects/editorial-vicky-christina-barcelona-2024

Hey @voodoowww123

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

Hello @voodoowww123

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

label.cloud-search-filter-value[data-filter-value="vicky-conjunto"] { display: none; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.