How can I remove the image logo on my form?

  • schttrj
    Asked on April 15, 2017 at 3:54 AM

    How do I remove this logo while editing the form? It doesn't even show there. Please check the form below:

  • Nik_C
    Replied on April 15, 2017 at 4:09 AM

    Could you please provide more information about this problem since this is what I saw when I checked your form:

    How can I remove the image logo on my form? Image 1 Screenshot 20

    We'll wait for your response.

    Thank you!

     

  • Ron
    Replied on April 15, 2017 at 4:18 AM

    You are looking in the Form Edit section. The logo does not appear over there.

    However, it appears when you publish it.

    Check this link below:

    https://form.jotform.me/70944235273457

  • Support_Management Jotform Support
    Replied on April 15, 2017 at 5:30 AM

    Hey Ron, to remove the HI image logo, inject the following CSS codes:

    .form-all:before {

      display: none;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes

    How can I remove the image logo on my form? Image 1 Screenshot 30

    Result:

    How can I remove the image logo on my form? Image 2 Screenshot 41

  • schttrj
    Replied on April 15, 2017 at 5:54 AM

    Thank you so much. It worked!

    Regards,

    Ron