How to remove the "sample logo" showing in my form?

  • CentralSaanichFire
    Asked on October 15, 2019 at 9:29 PM

    Created a new form - it is a clone. Had issues ensuring the background image stayed 'fixed' and the form should move. That seems to be working now BUT there is a 'sample logo' image that is now appearing at the top of the form.

    Can you help?

    Please respond to -removed- as I am helping the admin with the form.

    Jotform Thread 2002397 Screenshot
  • jherwin
    Replied on October 15, 2019 at 11:23 PM

    You can remove that from the ADVANCED DESIGNER, here's how:

    1.) Click the blue FORM DESIGNER icon on the right
    2.) Scroll down to the bottom and click ADVANCED DESIGNER
    3.) Expand the FORM COVER section
    4.) Click REMOVE
    5.) Then SAVE
    1571196159form cover Screenshot 10

    If the issue persists after doing that, you can use the custom CSS code below to forcefully remove that logo:

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

    Guide: How-to-Inject-Custom-CSS-Codes

    Please give it a try and let us know how it goes.


  • CentralSaanichFire
    Replied on October 16, 2019 at 4:05 PM

    Hi - I tried both and neither worked.


    I removed the form cover and I injected the CSS - 

    What else can I try?


    Jocelyne

  • Mike
    Replied on October 16, 2019 at 5:40 PM

    Looks like the CSS was added with some special characters. I have now re-added it to your form. Please check the form again.

  • jmonette
    Replied on October 16, 2019 at 6:26 PM

    Thank you Mike!!!