How do i change the background color of a dropdown menu?

  • TomJuch
    Asked on January 21, 2018 at 3:12 AM

    And i do not mean the field that only shows, but the dropdown once you click on the arrow. Now this dropdown menu is showing black with white options once you hover over them. But i want to see it the other way around. Ho can i change this?

  • Ardian_L
    Replied on January 21, 2018 at 10:15 AM

    Please put this CSS Code on Custom CSS area:

    option {

        background: #f8f8f8 !important;

        color: #222 !important;

    }

    On the link below you can find the instructions on how to inject custom css in your form:

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

    Let us know if you have any other question.