How to change font of the date picker

  • DepartmentAccounts
    Asked on November 20, 2019 at 2:46 PM

    Hi!


    How do i change the font of this date picker?

    see attached.

    Jotform Thread 2048367 Screenshot
  • Elton Support Team Lead
    Replied on November 20, 2019 at 7:38 PM

    You can change that by injecting custom CSS codes to your form. You can use the following, just change its value to your preference.

    [data-type="control_datetime"] .form-textbox {

        color: red;

        font-size: 20px;

        font-family: monospace;

    }

    Guide: How to Inject Custom CSS Codes