Shopify themes, liquid, logos, and UX
I have scoured the code and seemingly can't find what I am looking for- I am wondering how to change the appearance of our Filter sidebar menu. I would like it to just list the options, rather than have them as buttons. The buttons don't look great, aren't the buttons from our theme (so its not something I can change in settings), and also have a funky mosaic-like layout. Does anyone know where I might be able to find where I can change this?
Solved! Go to the solution
This is an accepted solution.
.filter-group--wrapper > li.filter-item {
width: 100% !important;
text-align: left !important;
border: none !important;
}
.filter-group--wrapper > li.filter-item > a {
justify-content: flex-start !important;
}
I hope this helps
Best,
Daisy
Please provide the link and a screenshot of the issue.
Also, let me know how you’d like to change it and specify the details clearly.
Best,
Daisy
https://motherandearth.com/collections/toys-baby-toddler-0-2yrs/type_educational
See how the list of filtering options is buttons? I want to change those. Would prefer to have them just in a list.
This is an accepted solution.
.filter-group--wrapper > li.filter-item {
width: 100% !important;
text-align: left !important;
border: none !important;
}
.filter-group--wrapper > li.filter-item > a {
justify-content: flex-start !important;
}
I hope this helps
Best,
Daisy
THANK YOU SO MUCH! You saved me another day of a coding headache!!!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025