hide collection

Solved

hide collection

voodoowww123
Tourist
10 0 0

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!

Captura de pantalla 2024-08-31 a las 16.50.57.png

Captura de pantalla 2024-08-31 a las 16.50.43.png

 

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

Accepted Solution (1)

Moeed
Shopify Partner
4992 1328 1610

This is an accepted solution.

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 </body> tag

<style>
label.cloud-search-filter-value[data-filter-value="vicky-conjunto"] {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1725116420533.png

 

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

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
4992 1328 1610

This is an accepted solution.

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 </body> tag

<style>
label.cloud-search-filter-value[data-filter-value="vicky-conjunto"] {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1725116420533.png

 

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

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

niraj_patel
Shopify Partner
2378 514 511

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 </body> on theme.liquid
<style>
   label.cloud-search-filter-value[data-filter-value="vicky-conjunto"] {
        display: none;
    }
</style>

niraj_patel_0-1725116792197.png

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

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

Sangeetanahar
Excursionist
416 25 53

hello @voodoowww123 

Go to online store ----> themes ----> actions ----> edit code ---->assets....>theme.liquid

add the code before the </body> in theme.liquid

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

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here