How can I change the background of the Dynamic Dropdown Widget?

  • developmenplan
    Asked on September 18, 2017 at 12:30 AM

    Dear Jot form team 

    need your help  , can we customize with css for background color transparent in dynamic drop down 

     

    thanks for help ^_^

    rgds

     

  • Support_Management Jotform Support
    Replied on September 18, 2017 at 3:37 AM

    I will work under the assumption that this is the form you're currently working on:

    https://www.jotform.com/72599266635471

    Inject the following CSS codes to your Dynamic Dropdown Widget:

    #dropdownsContainer select {

        background: #3e3c39;

        box-shadow: none;

    }

    Complete guide: How-to-Inject-CSS-Codes-to-Widgets 

    Transparency doesn't work on select and option DOM elements so I used the color of your form background to give the impression that it's transparent.

    Result:

    How can I change the background of the Dynamic Dropdown Widget? Image 1 Screenshot 20