Gravity Forms Dropdown List Background Color

Hey there, im trying to style the background color for the dropdown list since, I have the font white it disappears in the selection.

See picture below for clarification.


Url is posted in the private note.

Hi there,

Please add this code in the custom CSS:

select option {
    color: #000 !important;
}

Hope this helps.

That works for me, thank you!!!

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.