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.
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
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024