Change Heading Field color.

  • bfawcett
    Asked on August 17, 2016 at 11:13 PM

    I am using a blue form background so the header needs to be in white, however it is in blue or black and i cannot change it. https://form.jotform.com/62210966277964. Please advise how to fix. Do i need to inject css code? Will need to cover all headers and sub-heading text, which i am adding.

  • Chriistian Jotform Support
    Replied on August 18, 2016 at 2:30 AM

    You can inject the custom CSS code below to change the header text to white. This should apply to all the headers in the form.

    .form-header-group .form-header, .form-header-group .form-subHeader {

        color: #fdfdfd !important;

    }

    Change Heading Field color Screenshot 20

    If you need further assistance, please let us know.
    Regards.