Shopify themes, liquid, logos, and UX
I am designing my products page and noticed that my filter text color button is black while everything else is white.
How do I change this to white without changing the theme colors?
Here is my website: Products – Viibed
Thank you!
Solved! Go to the solution
This is an accepted solution.
Hello @Viibed
Go to online store ---------> themes --------------> actions ------> edit code------->assets ---> component-facets.css
.mobile-facets__open {
color: rgba(94, 238, 14, 0.85) !important;
}
.mobile-facets__open:hover {
color: white !important;
}
and the result will be
on hover this will display color white.
If this was helpful, hit the like button and mark the job as completed.
Thanks
Hi @Viibed
I can help you. Do you want this result?
Yes, but with the filter icon being white too.
Please try to add this code in layout/theme.liquid file.
<style>
.mobile-facets__disclosure .mobile-facets__open-wrapper .mobile-facets__open .icon-filter {
color: white;
}
.mobile-facets__disclosure .mobile-facets__open-wrapper .mobile-facets__open .mobile-facets__open-label {
color: white;
}
</style>
I put in the code, but it did not change anything.
If you correctly added the code in the layout/theme.liquid, we should see it in the website source code.
However, I can't find it added yet.
If you want me to work on your theme, please provide me with the collaborator access.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
.mobile-facets__open {
color: white;
}
.mobile-facets__open:hover {
color: white;
}
This is an accepted solution.
Hello @Viibed
Go to online store ---------> themes --------------> actions ------> edit code------->assets ---> component-facets.css
.mobile-facets__open {
color: rgba(94, 238, 14, 0.85) !important;
}
.mobile-facets__open:hover {
color: white !important;
}
and the result will be
on hover this will display color white.
If this was helpful, hit the like button and mark the job as completed.
Thanks
In Canada, payment processors, like those that provide payment processing services t...
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