How can I change the color of country picker widget?

  • hatimkhalifa
    Asked on March 21, 2021 at 2:56 PM

    I am a beginner user. I am using a theme for my form which all form elements follow but I can't seem to find a way to have the country picker widget follow the same colors.

    I tried this code in the widget own CSS but did not work

    input {

      background-color: #3e3e3e !important;

    }

    here is a link to the form:

    https://form.jotform.com/210796024477460


    Jotform Thread 2982963 Screenshot
  • Jessica JotForm Support
    Replied on March 21, 2021 at 10:56 PM

    Hi hatimkhalifa, thank you for reaching us.

    Kindly try to add the following code instead:

    .form-control { background-color: #3E3E3E; }

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

  • hatimkhalifa
    Replied on March 22, 2021 at 3:03 AM

    Yes it did. Thank you very much Jessica