My heading is in a different color and I am not sure how to change that

  • shashisharma
    Asked on November 5, 2014 at 1:52 AM
    My heading is in a different color and I am not sure how to change that
  • Welvin Support Team Lead
    Replied on November 5, 2014 at 1:59 AM

    Hi,

    For changing the color of the text, you have to inject the following custom CSS codes to your form:

    .form-header-group h1 {

    color: blue !important;

    }

    You have to change blue to any color you want. You can also replace that with Hex Codes: http://www.color-hex.com/.

    Add the codes to your form using the same guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    Let us know if you need any further assistance.

    Thank you!