remove jotform logo

  • unlimitedaircards
    Asked on August 6, 2015 at 1:20 PM

    Is it possible to have a form that doesn't say jotform on the header?

  • David JotForm Support
    Replied on August 6, 2015 at 2:13 PM

    Hi,

    Did you mean this logo?

     

    remove jotform logo Image 1 Screenshot 30

    Please try adding this CSS code in the Form Designer

    .form-all:before {

      content: "";

      background-image: none;

    }

     

    remove jotform logo Image 2 Screenshot 41

    That should remove the logo. 

    If you have any further questions, let us know and we will be happy to help.