Changing form design

  • Noenia
    Asked on November 20, 2019 at 12:28 PM

    how to change the dark gray color of the box where the headers are and the look of the letters (is so hard to read to blurry format for a job application

    This is my form link https://www.jotform.com/93147761780161

    Please help thanks.

  • Mike
    Replied on November 20, 2019 at 3:38 PM

    To change the background color of the Header elements, you can add the next CSS to the form:

    .form-header-group {
    background-color: #ffffff;
    }

    Changing form design Image 1 Screenshot 30

    You can also change the Font Family and Font Size from the same tab:

    Changing form design Image 2 Screenshot 41

    If you would like to remove the 'italic' font style of sub-labels, you can also add the next CSS to the form: 

    .form-sub-label {
    font-style: normal;
    }