How do I make the text above the form fields white color and larger text?

  • weekly50
    Asked on June 29, 2024 at 5:29 AM

    How do I make the text above the form fields white color and larger text?

    thank you

  • Lorenz JotForm Support
    Replied on June 29, 2024 at 7:37 AM

    Hi weekly50,

    Thanks for reaching out to Jotform Support. You can use Custom CSS code to change their colors, and font-size. Let me walk you through it:

    1. First, copy the CSS code below:

    /* Form labels - change color and size */
    .form-label {
    font-size: 22px !important;
    color: #fff !important;
    }
    /* end */

    2. In the Form Builder, click on the blue Roller Paint icon.

    3. From the Form Designer panel, select the Styles Tab. 

    4. Next, scroll down a bit and paste the code inside the Inject Custom CSS area. 

    How do I make the text above the form fields white color and larger text? Image 1 Screenshot 20

    Give it a try and let us know if there's anything else we can help you with.

  • weekly50
    Replied on June 29, 2024 at 1:00 PM

    That worked! Thank you.

 
Your Answer