I’m struggling to change the colour of the dropdown menus on my site.
Since the colour of my text is white and the menus are white, you can’t see the options unless they’re highlighted.
Using the Dawn theme.
Thanks!
I’m struggling to change the colour of the dropdown menus on my site.
Since the colour of my text is white and the menus are white, you can’t see the options unless they’re highlighted.
Using the Dawn theme.
Thanks!
@CutTheKragle - can you please share the website link? it will need CSS
Kindly share your Store url. So that i can help you.
Thanks both. It’s www.cutthekragle.com and the password is ocaold
Where is the dropdown menu. i can’t see it.
If you go to Store and the it’s Filter and sort.
select#SortBy option {
color: black !Important;
}
Add this code in the bottom of the base.css file or component-facets.css file
That worked! Thanks so much!
How would I modify this to work for the size variant dropdown on my product pages?