All things Shopify and commerce
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
Solved! Go to the solution
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:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
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:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
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>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025