How to change dropdown option font color

  • WangGrace
    Asked on December 31, 2020 at 4:13 AM

    hi,

    How do I change the color of the items in the dropdown ? Looks like the font color is already changed to "dark blue" .

    1609405843 5fed95935c402  Screenshot 10

    But when I chose an option, the letter is really light.

    How to change it? thank you!

    1609405888 5fed95c031413  Screenshot 21

  • Richie JotForm Support
    Replied on December 31, 2020 at 4:37 AM

    You may use custom CSS to change the font color of your dropdown option.

    .form-dropdown{

       color: #2859bb !important;

    }

    Guide:https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    Please give it a try and let us know how it goes.