How can I edit form header font color?

  • panisa.tr
    Asked on October 20, 2020 at 6:28 AM

    I want to change the font color of the form header to align with my brand color. Please kindly advise how can I change it?

    Font color of the header is in the red box in the attached photo.

    Jotform Thread 2643873 Screenshot
  • Richie JotForm Support
    Replied on October 20, 2020 at 8:00 AM

    You can use this custom css to change the header font color

    .form-header-group .form-subHeader {

       color: #ed1aff !important;

    }

    Guide:https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    Please give it a try and let us know how it goes.