Thank you page: How to change the background color of the thank you page?

  • beerit
    Asked on February 7, 2016 at 2:02 PM
    In addition, my form's "Thank you" screen used to have a transparent background (so the text appeared against my websites's background). I made a change somewhere and now it's always white. I want to make it transparent again, but can't find where to make this change. 
  • Kevin Support Team Lead
    Replied on February 7, 2016 at 2:16 PM

    Inject this CSS code:

    div#stage {

        background: transparent !important;

    }

    It should set the background to transparent.

    Hope this helps.

  • beerit
    Replied on February 8, 2016 at 2:59 AM

    Hi,

     

    Thanks, I'm afraid that did not help though.

    Please see attached screenshot. 

     

    The thing is that this feature used to work using one of the built-in settings. It stopped working after I made some change and I can't find what I changed. /:

     

    Thank you page: How to change the background color of the thank you page?  Image 1 Screenshot 20

  • BJoanna
    Replied on February 8, 2016 at 5:01 AM

    Is this the form you are working on http://www.jotform.com/60373605614452? I have cloned your form to my account, but when I inspected your CSS code I did not found code that my colleague provided you. On my cloned form I have added mentioned code and then I have embedded my cloned form to my test page. When I submitted my form background color of Thank you page was transparent. 

    Thank you page: How to change the background color of the thank you page?  Image 1 Screenshot 30

    I have also increased height of my than you page because it was cut off.

    Thank you page: How to change the background color of the thank you page?  Image 2 Screenshot 41

    Here is my cloned form: https://form.jotform.com/60381974608968 

    Feel free to clone it.

    Hope this will help. Let us know if you need further assistance.