How to change size of question text?

  • M150MMespana
    Asked on May 28, 2019 at 2:26 PM

    How to change the text of the attached photo that I have selected yellow

    I have managed to change the font size of the other fields and I can not find how to change the size of the selected fields in the image



    1559067813Captura Screenshot 10d

  • Victoria_K
    Replied on May 28, 2019 at 3:53 PM

    Hi,

    It looks like font size for fields labels is hard coded within form theme. Please add the following CSS code to adjust the font size:

    .form-label {

      font-size: 20px !important;

    }

    Guide: How-to-Inject-Custom-CSS-Codes