How to remove image header?

  • rduong
    Asked on September 20, 2017 at 11:01 AM

    Hi

    I would like to remove the picture and reduce the height please

    How to remove image header? Image 1 Screenshot 20

    Jotform Thread 1252785 Screenshot
  • BJoanna
    Replied on September 20, 2017 at 12:17 PM

    The header background image is coming from the Theme that you are using. You can add this CSS code to your form to remove it:

    ul.form-section li[data-type="control_head"]:first-child .form-header-group {

        padding: 0!important;

    }

    .form-header-group {

    background: none;

    }

    How to Inject Custom CSS Codes

    Here is my demo form: https://form.jotformpro.com/72625329898977 

    Feel free to test it and clone it

    Or you can change the Theme of your form. 

    Let us know if you need further assistance.