Can I change the font size within a question on a form?

  • jamanigo
    Asked on September 1, 2015 at 9:43 AM
  • victor
    Replied on September 1, 2015 at 11:29 AM

    Hi,

    I am assuming you wish to modify the size of the labels. This can be done by injecting CSS code. Please add the following CSS code to modify the labels. 

     

    .form-label-left {

        font-size: 15px;

    }

     

    Please let us know if this helps you.

    Regards

    Victor M Larrea