My drop down options for Sort by on my product pages is white with white lettering help!

As title states I need the drop down part where you click sort by to select things like a - z and highest price to lowest price etc is white background with white letters. How do I make it so the drop down box is black with white lettering? Everything I have read says to change the theme.css file under assets but I do not have that file!? here is a link to my website https://hypebyte.co.nz/collections/shining-fates-singles

It still needs to work the same on mobile as well though so code has to do the same job on mobile and desktop. And I am using the dawn theme

Please help!!!

Put this at the end of your base.css file:

select[name="sort_by"] option {
    color: #111;
}
5 Likes

Worked thank you so much!

1 Like

awesome thx!!!

I’m having the same issue with the Dawn theme. I tried to accepted solution but that didn’t work for me. Can you help in any way?