How to hide the Calendar icon?

  • BoatyardBee
    Asked on August 28, 2017 at 11:47 AM
    I am now also unable to hide the calendar icon with the following:

    .calendarIcon {

        display : none !important;

    }

     

    http://www.jotform.us/form/72356841676163

  • John_Benson
    Replied on August 28, 2017 at 11:59 AM

    Are you referring to the Calendar Icon of your form? See image below:

    How to hide the Calendar icon? Image 1 Screenshot 20

    If yes, please add this custom CSS code to your form:

    img#input_348_pick { 

    display: none; 

    img#input_349_pick { 

    display: none; 

    img#input_323_pick { 

    display: none; 

    img#input_347_pick { 

    display: none; 

    img#input_351_pick { 

    display: none; 

    img#input_352_pick { 

    display: none; 

    To add a custom CSS code to your form, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    I hope this helps. If you have questions, please contact us again. Thank you.

  • B
    Replied on August 31, 2017 at 10:39 AM

    Yes, and that works perfectly, thank you!

  • B
    Replied on August 31, 2017 at 10:41 AM

    Yes, and that works perfectly. Thanks!