How to increase font size of only questions and not options ?

  • chiragvora123
    Asked on July 4, 2014 at 3:52 AM

    I wanted to increase the font size of questions and keep that of answers as it is. How to do that?

    Also how to increase spacing in each between each questions and also between questions and its options.

    Thanks

  • Welvin Support Team Lead
    Replied on July 4, 2014 at 9:53 AM

    To increase the font size of the field labels, inject the following custom CSS codes to your form:

    .form-label-top, .form-label-left, .form-label-right {

    font-size: 15px !important;

    }

    Change 15px to your desired font size. To inject codes: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Thanks