My filter text colour for mobile is white on a white background therefore, you cant see them unless you highlight it. How can I fix it?
I’ve changed the colour scheme and it doesn’t do anything. Its working on desktop see images.
@amac95 - can you please share the page link?
Hi @suyash1 , yes for sure - Pawfectly Pawsome
Password is Buddy
@amac95 - add this css to the very end of your base.css file and check
span.mobile-facets__open-label {color: #000 !important;}
Hi @suyash1 , didnt work.
Hi @amac95
Try this one.
.facets-container.scroll-trigger.animate--fade-in * {
color: black !important;
}
@Made4uo-Ribe - legend thank you so much. It worked!