How to change font color?

  • Means_Jonathan
    Asked on July 16, 2025 at 3:57 PM

    Hello,

    I’ve updated the font color across my form to black; however, the font in the header and the upload field remains a reddish color.

    I’ve attempted the following troubleshooting steps without success:

    • Deleted and re-added the affected fields
    • Tried changing the font color through the design settings
    • Cleared my browser cookies and cache

    Despite these efforts, the font color in those two specific areas has not updated.

    Could you please assist with resolving this issue? I’ve attached a screenshot below for your reference.

    How to change font color? Image 1 Screenshot 20

  • Mikhail JotForm Support
    Replied on July 16, 2025 at 5:05 PM

    Hi Jonathan, 

    Thanks for reaching out to Jotform Support. You can change the Header and Upload field's font color by adding a CSS code. Let me show you how it's done:

    1. First, copy this code:

    /* change font color in file upload field and header- 29062121*/
    div.form-header-group .form-subHeader {
        color: black !important;
    }
    li[data-type=control_fileupload] .qq-upload-button:before {
    background-image: unset;
     background-color: black !important; /*edit color as needed */
    }
    [data-css-selector="id_15"] div.jfUpload-heading {   
      color : black !important
    }
    li[data-type=control_fileupload] .qq-upload-button{
      color : black !important
    }

    2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. Now, in the Form Designer menu, click on the Styles tab, scroll down, and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved. How to change font color? Image 1 Screenshot 30

    This is what it looks like when the CSS code is entered:

    How to change font color? Image 2 Screenshot 41

    Give it a try and let us know how it goes.

Your Reply