How can I change the background color in "US State" form widget?

  • Strategy1st
    Asked on February 1, 2018 at 10:37 AM

    Hi, can you show me how to change the BG color in "US State" form widget to match the other form field background color?

  • Sabbir
    Replied on February 1, 2018 at 11:05 AM

    You can try adding the following CSS in your Form designer.

    .bfh-selectbox .bfh-selectbox-toggle

    {

      background: #eeeeee;

    }

    Please refer to this link to know how you can inject custom CSS in your form:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    If you have any further query, please let us know.