Can I remove the Jot Form logo at the top of my form? I'd rather not have it interfering with my form.

  • demcalary
    Asked on September 9, 2015 at 1:29 AM
  • Chriistian Jotform Support
    Replied on September 9, 2015 at 4:45 AM

    Hi,

     

    If you want to remove the JotForm logo displayed in your form, please inject the custom CSS code below:

    div.form-all:before {

    background: none transparent;

    }

     

    To inject custom CSS code in your form, you can check the instruction provided on this article: How to Inject Custom CSS Codes.

     

    Do let us know if you need further assistance,

     

    Regards.

  • demcalary
    Replied on September 9, 2015 at 10:45 AM
    Thanks. It did the trick.
    ...