Increasing the font size of the text entered in textboxes

  • shrikant1989
    Asked on May 22, 2015 at 10:45 AM
    I also require assistance in increasing the font size of the text entered in the Text boxes. they come out as very small. Please advise
  • Jan
    Replied on May 22, 2015 at 10:50 AM

    You can increase the font size by adding this CSS code to your form.

    .form-textbox {

    font-size: 20px !important;

    }

    Here's a guide on how to inject custom CSS code. Thank you.