how do i change the header color?

  • AmysEverlasting
    Asked on September 6, 2014 at 5:25 PM

    My Header color won't change from white. How do i change it to Black like the rest of my type?

  • Ashwin JotForm Support
    Replied on September 7, 2014 at 3:45 AM

    Hello AmysEverlasting,

    Were you able to change the font color of your form header?

    I did check your form and did not find any issue with that. It does display the headers in black color. Please check the screenshot below:

    how do i change the header color? Image 1 Screenshot 20

    Please be noted that you can inject the following custom css code in your form to change the font color of your headings:

    .form-header {

    color: red !important;

    }

    To change the sub header font color:

    .form-subHeader {

    color: red !important;

     

    }

    You can change the color to any desired color. The following guide should help you in injecting custom css code:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!