text color in dropdowns
-
It seems like the dropdown inherits the white color from the rest of the texts so it is not legible until you mouseover the options.
I can’t find what css I need to just color that one black.tried these to no avail:
.label.screen-reader-text{
color: black;
}
.archive-dropdown{
color: black;
background-color: #E0E0E0;
}#archive-dropdown{
color: black;
background-color: #E0E0E0;
}The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘text color in dropdowns’ is closed to new replies.