• 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)
  • Thread Starter kingfelix23

    (@kingfelix23)

    for those who run into the same problem, here is the css to edit:

    #cat.postform{
    color: black;
    }

    #archives-dropdown-50{color:black;
    }

    it might not be dropdown-50, but another number in your case

Viewing 1 replies (of 1 total)
  • The topic ‘text color in dropdowns’ is closed to new replies.