How to make the thank you page transparent?

  • sbrand
    Asked on November 2, 2015 at 12:30 PM
    The interface to all this has changed. I tried to use the same code in the new interface and the background is still white. Can someone please tell me in the current interface, how to make the Thank You page transparent?
  • Welvin Support Team Lead
    Replied on November 2, 2015 at 12:36 PM

    Please simply inject the following custom CSS codes to your form to make a transparent background in the thank you page:

    div#stage {

        background: transparent;

    }

    body.thankyou {

        background: transparent;

    }

    Here's how : http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes. Add the codes to the bottom.

    Thanks