Hi there!
How can I hide the Filter selection in a Collection page.
I mean, the selected options are clear with the check-boxed, there is no need for the additional filter selection.
I want to main the Remove all option that pops up once the initial selection changes.
How can I do that?
Website: https://venga-store.com/collections/festival-outfits-women
Theme: Dawn
Instructions:
-
Go to âOnline Storeâ â Themes.
-
In your Active Theme, click on the 3 dots (âŚ) â Edit Code.
-
In your Assets folder, locate the file âtheme.cssâ, âbase.cssâ, or âstyle.cssâ.
-
At the bottom of the file, paste the code below.
.active-facets > facet-remove{
display: none !important;
}
1 Like
Thanks a lot @WalkYourStyle , thatâs exactly what I need it.
1 Like