hide collection

Solved

hide collection

voodoowww123
Tourist
13 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
6964 1878 2295

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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 2 (2)

Moeed
Shopify Partner
6964 1878 2295

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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


niraj_patel
Shopify Partner
2391 516 515

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