Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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
Solved! Go to the solution
This is an accepted solution.
Instructions:
1. Go to 'Online Store' -> Themes.
2. In your Active Theme, click on the 3 dots (...) -> Edit Code.
3. In your Assets folder, locate the file 'theme.css', 'base.css', or 'style.css'.
4. At the bottom of the file, paste the code below.
.active-facets > facet-remove{
display: none !important;
}
This is an accepted solution.
Instructions:
1. Go to 'Online Store' -> Themes.
2. In your Active Theme, click on the 3 dots (...) -> Edit Code.
3. In your Assets folder, locate the file 'theme.css', 'base.css', or 'style.css'.
4. At the bottom of the file, paste the code below.
.active-facets > facet-remove{
display: none !important;
}