Could you please provide me with a custom CSS code to change colour for the Date Picker widget

  • nhetravel
    Asked on February 15, 2016 at 4:52 AM

    Could you please provide me with a custom CSS code to change colour for the Date Picker widget Image 1 Screenshot 20

    My colour theme is in red

    https://form.jotform.me/60352385479463

    Thanks

  • Welvin Support Team Lead
    Replied on February 15, 2016 at 6:43 AM

    You can inject the following custom CSS codes in the CSS area of the widget:

    input.form-control {

        color: red !important;

    }

    Could you please provide me with a custom CSS code to change colour for the Date Picker widget Image 1 Screenshot 20

  • nhetravel
    Replied on February 16, 2016 at 8:55 PM

    Thank you Welvin