How do I change the font size of my labels?

  • kathyw
    Asked on February 25, 2015 at 9:40 AM

    How do I change the font sizes in the labels?

  • Sean
    Replied on February 25, 2015 at 11:53 AM

    Increasing the size of the font in your form labels can be done by injecting the custom CSS codes below and adjusting the highlighted figure until you get your desired result.

    .form-label-left, .form-label-right, .form-label-auto, .form-label-top {
    font-size : 15px;
    }

    If you would like to increase the size of the font in your input field as well, this can be achieved in the Form Design iby adjusting the slider under the Font Options tab nterface.

    How do I change the font size of my labels? Image 1 Screenshot 20

    Cheers!