My filters are missing on mobile due to text colour

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.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.facets-container.scroll-trigger.animate--fade-in * {
    color: black !important;
}

@Made4uo-Ribe - legend thank you so much. It worked!