Cannot change the text colour of the drop down 'Sort by' menu

I cannot find a way to change the colour of the font which is inside of the drop down menu from white to black.

Using ‘Dawn’ theme and cannot find it in the code editor or theme editor.

Any help would be greatly appreciated!

1 Like

@KB2020

Go to your code editor > Assets > base.css and paste below line at the bottom of the file:

select#SortBy option {
    color: #000;
}

If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on shopify.dev.34@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme

@KB2020

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Thanks, can’t believe it was this simple!