How can I make the calendar icon larger (say double the size)

  • rbell1
    Asked on December 22, 2018 at 3:45 PM

    Hi There

    Wondering how I can make the calendar icons (shown by red arrow) larger.  Let's say double the size.

    Thanks

    Jotform Thread 1681188 Screenshot
  • Kiran Support Team Lead
    Replied on December 22, 2018 at 10:11 PM

    You may inject the following CSS code to the form to increase the size of the icon on your form.

    #input_3_pick, #input_4_pick {

    zoom: 1.5;

    }

    Thanks!