How to Enlarge the Font on the Dynamic Textbox Widget

  • earlfreeman
    Asked on April 17, 2024 at 1:47 PM
    One other question, the font is very small in the box, any way to enlarge?
  • Anna JotForm Support
    Replied on April 17, 2024 at 1:53 PM

    Hi Earl,

    Thanks for reaching out to Jotform Support. I understand that you want to make the font inside the Dynamic Textbox Widget to be larger. This is possible by injecting custom CSS code. Let me show you how:

    1. In Form Builder, click the Wand icon of the Dynamic Textbox Widget.
    2. Go to the Custom CSS tab and inject this custom CSS code. You can check out this guide on How to Inject Custom CSS Codes.

    input, textarea{
      font-size: 20px !important;
    }

    How to Enlarge the Font on the Dynamic Textbox Widget Image 1 Screenshot 30

    Check out the screencast below for the result:

    How to Enlarge the Font on the Dynamic Textbox Widget Image 2 Screenshot 41

    That's it. Give it a try and let us know if you need any other help.

  • earlfreeman
    Replied on April 17, 2024 at 4:46 PM

    Thanks, font much larger

 
Your Answer