How do you get rid of the jotform logo that comes up in the template automatically?

  • MLKforms
    Asked on June 17, 2015 at 4:46 PM
  • David JotForm Support
    Replied on June 17, 2015 at 6:13 PM

    Hi,

    To remove that logo, add this code to your form:

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

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

    Just add that code to the bottom of the code that is currently there and it should remove the image.

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

  • Michael
    Replied on June 18, 2015 at 9:16 AM

    That works! Thanks so much.