Shopify themes, liquid, logos, and UX
Hi everyone,
We tried to remove the filter icon from all our collection pages without success. The filter icon is only present on the mobile version. We're using the wookie theme.
Can you please help us to remove the filter icon?
Collection page here: https://ailanabeauty.com/collections/ailana-beauty
Please see image below:
Thank you for your help!
Solved! Go to the solution
This is an accepted solution.
Before:
After:
And here's how it
Go to your Shopify admin and click on Online Store
Click on Actions next to your Wookie theme and select Edit code
In the left sideba, find the theme.css or theme.scss.liquid file under Assets
Add this CSS code at the end of the file:
.tt-filters-options {
display: none;
}
This is an accepted solution.
Before:
After:
And here's how it
Go to your Shopify admin and click on Online Store
Click on Actions next to your Wookie theme and select Edit code
In the left sideba, find the theme.css or theme.scss.liquid file under Assets
Add this CSS code at the end of the file:
.tt-filters-options {
display: none;
}
Thank you, this worked!
If you're looking to just remove the icon, follow the previous person's instructions but add this instead:
.tt-filters-options .tt-btn-toggle a:before {
content: none;
}
Thank you for your contribution!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025