How do I change the color of font on a header?

  • CEFWI
    Asked on October 17, 2019 at 2:16 PM

    How do I change the color of font on a header.  It is white and the rest of the form has black type.

    Jotform Thread 2005084 Screenshot
  • Richie JotForm Support
    Replied on October 17, 2019 at 3:28 PM

    We can use custom CSS to change the header

    #header_1{
    color: black !important;
    }

    Guide:-How-to-Inject-Custom-CSS-Codes

    If you need further assistance, let us know.