How can I remove the Jotform logo from the top of my form?

  • AprilRoth
    Asked on November 11, 2015 at 12:31 PM
  • Ben
    Replied on November 11, 2015 at 2:19 PM

    Actually we do not add any branding to the jotforms, so this is likely the header image / logo that some themes have.

    You can either change it through Form Designer to your own image, or you can apply the following CSS:

    div.form-all:before {
        background: none;
    }

    As soon as you add it to your form (see here how), there will no longer be an image shown above the form.

    Do let us know how it goes.