Can I format text in a question box?

  • alexander.reeve
    Asked on March 1, 2016 at 6:08 AM
  • beril JotForm UI Developer
    Replied on March 1, 2016 at 8:54 AM

    If I understand your question correctly you want to change the style of your label. If it is yes, it is possible with Jotform. 

     

    Here is how to do this:

    1) Click on Designer.

    Can I format text in a question box? Image 1 Screenshot 40

     

    2) Click on LABEL STYLES and change the style as you see below:

    Can I format text in a question box? Image 2 Screenshot 51

     

    If you want to change font of your label you can add the CSS code from designer. I've used 'Roboto Slab', serif as an example.

    .form-all {

    font-family : 'Roboto Slab', serif;

    }

    .form-sub-label {

    font-family : 'Roboto Slab', serif;

    }

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

    font-family : 'Roboto Slab', serif;

    }

    Can I format text in a question box? Image 3 Screenshot 62

    If you have any question or issues, please do not hesitate contacting us. We will be glad to assist you.