How to change the font size of question label?

  • livro.ca
    Asked on December 12, 2017 at 3:33 AM

    Tried this solution:

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

    font-size: 15px !important;

    }

    Hasn't worked. Any tips would be greatly appreciated.

  • Ashwin JotForm Support
    Replied on December 12, 2017 at 3:49 AM

    Please inject the following custom css code in your form to change the font size of the question label of your form:

    .form-label.form-label-top.form-label-auto {

        font-size: 15px !important;

    }

    The following guide should help you how to inject custom css code in form:   https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you need any other changes.

  • livro.ca
    Replied on December 12, 2017 at 3:54 AM

    Ashwin, I tried your suggestion; and variations of it... to no avail

  • Ashwin JotForm Support
    Replied on December 12, 2017 at 4:32 AM

    I did try to inject the custom css code in your form and I am unable to replicate the issue you are having. When I added custom css code, it does change the font size successfully. Please check the screenshot below:

    1513071028cssCode Screenshot 10


    I have already injected the custom css code in your form. Feel free to change the font size and that should apply to your question labels.