How do I change the background color of the text area for the date picker widget?

  • Varun1103
    Asked on November 28, 2016 at 10:52 AM

    I wish to change the background color of the text area for the Date Picker Widget. It's currently transparent but I need it to be white since the background color of the form is black. I've uploaded a screenshot reference of the widget. Please help with this as soon as possible.

     

    Thanks!

    Jotform Thread 998907 Screenshot
  • Elton Support Team Lead
    Replied on November 28, 2016 at 11:29 AM

    I checked that field in your form and you seem to have figured it out.

    How do I change the background color of the text area for the date picker widget? Image 1 Screenshot 20

    Anyway, if in case, this is the CSS codes needed to make its background white and text to black.

    input.form-control {

        background-color: #fff !important;

        color: #000 !important;

    }

    Regards!

  • Varun1103
    Replied on November 29, 2016 at 7:51 AM

    Yea I managed to figure it out just after posting the question. Thanks a lot for the response!