How can I change the header background color

  • TobyP
    Asked on January 18, 2018 at 2:05 PM

    Hi

    How can I change the background colour from this blue so that it matches the colour (grey) on the rest of the form?


    Thanks

    Toby


    Jotform Thread 1353906 Screenshot
  • Elton Support Team Lead
    Replied on January 18, 2018 at 2:52 PM

    You can remove the background by injecting this CSS codes to your form.

    .form-header-group {

        box-shadow: none;

        background-color: transparent;

    }

    Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Result:

    How can I change the header background color Image 1 Screenshot 20