How to change the font size of the texts in the File Upload field?

  • andimoe
    Asked on November 27, 2016 at 8:37 AM

    Dear Jotform-Team

     

    I am wondering how I can change the font size of the button "Datei auswählen" and the corresponding note "Keine ausgewählt" (regarding uploading a foto).

     

    Thanks a lot for your assistance

    Andi

  • Mike_G JotForm Support
    Replied on November 27, 2016 at 10:03 AM

    To change the font size of the texts in the File Upload field, you can use the CSS codes below.

    .form-upload {

        font-size: 24px !important;

    }

    You can follow the instruction on how you can inject custom CSS codes to your form that is found in this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    I hope this helps. If you have any further questions regarding this, please feel free to contact us again anytime. Thank you.