Remove background image on Thank You page.

  • BCSOSAR
    Asked on March 19, 2019 at 1:54 PM

    I want my thank you page to have a white background.  It looks white in settings but when I go live to test it the page image is there.  The image makes the text unreadable.  How can I remove the image just from the thank you page?

    Jotform Thread 1765309 Screenshot
  • AndrewHag
    Replied on March 19, 2019 at 3:24 PM

    Please add the custom CSS code below to remove the background image on Thank You page:

    div#stage.form-all {

       background: none !important;

    }

    1553023396chrome UyJmY87HQV Screenshot 10

    Here is the guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes