How to change the background color on the "image choice" field

  • Simones_Kitchen
    Asked on December 6, 2017 at 8:54 AM

    How do I change the background on the image choice field from white to green?

  • Richie JotForm Support
    Replied on December 6, 2017 at 9:08 AM

    You can change the background color of your image choice field by adding this css.

    #cid_13 div{
      background-color: green;
    }

    How to change the background color on the image choice field Image 1 Screenshot 20

    Here is a guide on how to inject custom css:How-to-Inject-Custom-CSS-Codes