Thank You Page: How to fix incorrect background color

  • ryanjl
    Asked on May 11, 2016 at 4:53 PM

    Hello,

    My submission page is not displaying properly. It looks like this when I test my form.

    Thank You Page: How to fix incorrect background color Image 1 Screenshot 30

     

    But, it should look like this:

    Thank You Page: How to fix incorrect background color Image 2 Screenshot 41

     

    Any help would be greatly appreciated! Thanks so much!

    Ryan

    Jotform Thread 837206 Screenshot
  • Mike
    Replied on May 11, 2016 at 5:53 PM

    Please add the next CSS via form designer to fix this styling conflict.

    #stage {
    background-color: white;
    }

    Thank You Page: How to fix incorrect background color Image 1 Screenshot 20

    If you need any further assistance, please let us know.

  • ryanjl
    Replied on May 11, 2016 at 6:13 PM

    That fixed it! Easy enough! Thanks for your help!