Change Font Size

  • CharlotteAherne
    Asked on August 14, 2020 at 3:03 PM

    Hi, I have pasted information into some forms which is size 11 and it looks great. I am trying to get all my forms the same and note that the options are size 10 which is too small and size 12 which is too big. If copied text displays as size 11 why cant i create new text that is also size 11. Thanks Charlotte

  • Jimmy_D
    Replied on August 14, 2020 at 7:52 PM

    Hi!

    To change the font size on your form to 11. access your form ADVANCED DESIGNER -> FONT OPTIONS - and use the slider bar to set your BASE FONT-SIZE than save.

    Change Font Size  Image 1 Screenshot 30

    Change Font Size  Image 2 Screenshot 41Another easy way to do that is by injecting The CSS code below to your form. 

    .supernova .form-all, .form-all{

      font-size: 11px!important;

    }

    Related guide. How-to-Inject-Custom-CSS-Codes

    Let us know should you need further assistance.