Customize text size

  • almontearts
    Asked on May 1, 2014 at 1:51 PM
    -How do I customize the sizes of the text? I would like the label text a lot larger, but keep the text below the boxes small.
  • Carina
    Replied on May 1, 2014 at 2:01 PM

    Please inject the following css code:

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

    You can change the green part for your preferred size.
    Feel free to contact us if you need further assistance.