How do I change the color of the form header?

  • FurCatsSake
    Asked on September 14, 2014 at 1:53 AM
  • jvd042012
    Replied on September 14, 2014 at 3:55 AM

    Hi CatsMeowSpa,

    On the form editor, go to the form style tab then you will see the font color

    How do I change the color of the form header? Image 1 Screenshot 20

    This guides will show you how to change font and font size:

    http://www.jotform.com/help/185-How-to-Change-Form-Fonts

    http://www.jotform.com/help/186-How-to-Change-Font-Size-on-Forms

     

    Hope this helps.

  • Welvin Support Team Lead
    Replied on September 14, 2014 at 10:59 AM

    Hi,

    You have to inject a custom CSS codes to override the default color of the header and sub-header. Here are the codes:

    For the header

    .form-header-group h1 {

    color: green! important;

    }

    Change green to any color you want. You can use hex codes as your color value.

     

    For the sub-header

    .form-subHeader {

    color: green !important;

    }

    Again, change the green to any color you want.

     

    Let us know if you need further assistance.

    Thank you!