How can I adjust size of the font for sublabels?

  • CanineArthritis
    Asked on February 20, 2017 at 11:44 PM
    how can i adjust size of the font under the boxes?
  • Kiran Support Team Lead
    Replied on February 20, 2017 at 11:53 PM

    You may inject the following CSS code to the form in order to change the font size of the sub-labels.

    .form-sub-label {

      font-size: 15px;

    }

    You can change the px value as per your requirement on the form.

    Thank you! 

  • CanineArthritis
    Replied on February 21, 2017 at 2:46 PM
    Huh????
    i dont know how to do code.
    Thank you, Debbie
    CanineArthritisandJoint.com
    email:caninearthritis@aol.com
    ...
  • Kiran Support Team Lead
    Replied on February 21, 2017 at 2:54 PM

    It is easy to inject the CSS code to the form. Please copy the provided CSS code to clipboard (Ctrl+C) and paste it in the CSS section of Form Designer as shown in the screencast below:

    How can I adjust size of the font for sublabels? Image 1 Screenshot 20

    Hope this information helps!