How to remove unwanted background image from thank you page

  • criterions
    Asked on September 1, 2015 at 1:12 PM

    Just noticed that the background form color is clear on all my thank you pages. Not sure when this happened, but it looks horrible. Is there a way to have it go back to the way it was?

  • Mike
    Replied on September 1, 2015 at 3:36 PM

    The issue is somehow related to background image on the thank you page. Please add the next CSS to affected forms in order to fix this.

    #stage {
    background-image: none !important;
    }

    How to remove unwanted background image from thank you page Image 1 Screenshot 30

    How to remove unwanted background image from thank you page Image 2 Screenshot 41

    If you need any further assistance, please let us know. We will be happy to help.

  • Welvin Support Team Lead
    Replied on January 1, 2016 at 8:43 PM

    I'm sorry, but the thank you page is using the design from the form. You can only override it using a custom CSS codes. Here's our guide on how to add the custom CSS codes to your form: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes. Let us know if you need help with it.