How can I get rid of the Jotform logo at the top of my embed screen?

  • yspeo
    Asked on January 22, 2016 at 12:01 PM

    Thank you for such a wonderful product. I have used the payment form embed code on my website. Only problem is it doesnt look too professionally made for my company asit says JOTFORM on the top. How can I get rid of that as in the picture below? Thank you

    How can I get rid of the Jotform logo at the top of my embed screen? Image 1 Screenshot 20

  • Huberson
    Replied on January 22, 2016 at 1:08 PM

    Hello,

    You can use JotForm 'Designer' to remove it as follow:

    1- Click 'Designer' on the top me of the form builder.

    How can I get rid of the Jotform logo at the top of my embed screen? Image 1 Screenshot 30

     

    2- Click remove under 'FORM COVER' section under 'DESIGN' tab.

    How can I get rid of the Jotform logo at the top of my embed screen? Image 2 Screenshot 41

     

  • Kiran Support Team Lead
    Replied on January 22, 2016 at 1:14 PM

    In addition to Huberson's response, please inject the following CSS code to your JotForm :

    .form-all:before {

        background-image: none;

    }

    The logo may be appearing on the form after removing the form cover due to the theme being used. Injecting the above code should be hiding the logo on the form.

    Hope this information helps!