Need to add subcategories in collection filter

Need to add subcategories in collection filter

ncsjcnjs
Excursionist
33 0 10

ncsjcnjs_0-1742146146822.png

i want to add sub-categories (child) under categories filter. how to do so.also, i want to remove the checkbox icon. my website url: trendlabb.com

 

Replies 6 (6)

Michael-Thomas
Shopify Partner
86 16 22

Hi @ncsjcnjs 

 

SO you can try use this CSS under theme settings > custom CSS to hide the check boxes

 

.facet-checkbox input[type="checkbox"],
.facet-checkbox .checkbox-facet-check,
.facet-checkbox .icon-checkmark {
  display: none;
}

 

As for the sub categories. How are you setting them up? Some themes may include a collection list section which you could create a collection list metafield. When creating the metafield you can set it to also be a filter so that way, it can show up under the filters. I understand that can be a bit complicated and happy to create a video walking you through if you can tell me what theme you have and if it has a collection list section or if it has a more native feature. 

 

Hope the CSS helps. 

Found this helpful? Please Like & Mark as Solution — I truly appreciate it!
Connect with me | Get a Shopify Store with an Unlimited Free Trial – No Credit Card Needed! | ❤️ Support my work, If You’d Like!

ncsjcnjs
Excursionist
33 0 10

I am using Shopify search and discovery app. the theme name is isotech

 

ncsjcnjs
Excursionist
33 0 10

@Michael-Thomas kindly help.

 

Michael-Thomas
Shopify Partner
86 16 22

Sorry, wish I could, but can't as I am not aware of this theme.

Found this helpful? Please Like & Mark as Solution — I truly appreciate it!
Connect with me | Get a Shopify Store with an Unlimited Free Trial – No Credit Card Needed! | ❤️ Support my work, If You’d Like!

ncsjcnjs
Excursionist
33 0 10

Oh okay, thanks buddy

SoftwareCW
Shopify Partner
52 0 16

Actually this feature just released today that I think would benefit you:

 

https://changelog.shopify.com/posts/smart-collection-include-subcategory-in-category-conditions-now-...