Is it possible to change the font size for the input?

  • Laura Rodríguez
    Asked on March 9, 2023 at 2:32 AM

    Is it possible to change the font size for the input? Meaning, for example if I include a short text module that they have to fill in, and I want their answer to appear in a bigger font when downloaded in PDF. Thanks! This project is a lifesaver for me as a teacher

  • Stella_E
    Replied on March 9, 2023 at 5:39 AM

    Hi Laura,

    Thanks for reaching out to Jotform Support. You can apply CSS code to change font size in input fields. Let me show you how to do that:

    • In Form Builder, click on the Paint Roller icon.
    • In the menu that opens on the right side of the page, click on Styles.
    • Copy&paste the code below into the Inject Custom CSS section and click on Save.
    input[type=text] {
     font-size: 20px !important ;
    }

    You can change 20px according to your need.

    1678358369 6409b761c2a00  Screenshot 10

    Give it a try and reach out again if you need more help.