Make all text the same size and font

  • SeyInvest
    Asked on April 3, 2019 at 5:11 AM

    I am having trouble making the text font and size of the questions and the text-elements the same. For example, Lucia Grande is the default font of the form, but the text-element does not have this font. I would like all text that are not already distinguished headings to be of the same font and size.

  • AndrewHag
    Replied on April 3, 2019 at 5:36 AM

    I increased the size of the question label and changed the font of the textbox. All the fields have the same size and font. Please add the CSS code below:

    .form-label{

      font-size: 14px;

    }

    .form-textbox{

      font-family: Lucida Grade, Sans-Serif;

    }

    1554284148wgyFwCURJW Screenshot 10

  • SeyInvest
    Replied on April 3, 2019 at 6:28 AM

    This did not work, however I have solved it. The problem is that the source code within the text-element seems to override everything else. So, injecting the above into the source code of the text-element seems to be the only way to make it work.

  • Mertkan JotForm Developer
    Replied on April 3, 2019 at 8:48 AM

    We glad to hear that. If you have other questions or concerns, please do not hesitate to let us know.