change the text in the "Sort By" dropdown to another color?

Hello, I am using a black background with white text. So, in the “Sort By” dropdown, the white text makes the options invisible. How can I change the text in the “Sort By” dropdown to another color?

Hello @trong2409

would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

Hi @trong2409 , thanks for reaching out.

To assist you further, could you kindly share your store URL?

Thanks for your cooperation in this matter.

Liz

Hi @LizHoang , my url: https://liceramic.com/collections/all-items

1 Like

Hi @Tech_Coding , my url: https://liceramic.com/collections/all-items

Hello @trong2409

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

select#SortBy option { color: #000 !important; }

RESULT:

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

@Tech_Coding thank you very much

Solved