How can I change the header image?

  • Zvi_Zeek
    Asked on February 6, 2018 at 3:27 AM

    Hi,

    I would like to change the image header at all of my forms but I don't know how to do it

    Jotform Thread 1373815 Screenshot
  • Support_Management Jotform Support
    Replied on February 6, 2018 at 4:55 AM

    The image on your Header Field appears to be hard coded through CSS. There's a chance you cloned this form or it was a template that you used. To change the image, first, we have to remove the background image on the header. This can be achieved by injecting the following CSS CODES to your FORM BUILDER:

    .form-header-group {

      background: none !important;

    }

    Afterwards, click the HEADER field > click the GEAR icon > go to the HEADING IMAGE tab > then use your preferred header image.

    How can I change the header image? Image 1 Screenshot 20