Resize the label font size

  • bahadir
    Asked on March 1, 2016 at 7:08 PM
  • Jan
    Replied on March 2, 2016 at 2:46 AM

    You can use this custom CSS code in order to increase or decrease the font size of the labels.

    .form-label {

    font-size: 18px;

    }

    Here's a guide on how to inject custom CSS on your form. Let us know if you need any more help. Thank you.