How can I make the background of my confirmation page all white?

  • GemSWD
    Asked on July 7, 2016 at 4:34 AM

    I dont know how I have done it, but the background of my submission page wont go all white :(

  • Chriistian Jotform Support
    Replied on July 7, 2016 at 6:30 AM

    Are you referring to the Thank You page of your form?

    How can I make the background of my confirmation page all white? Image 1 Screenshot 30

     

    If so, you can set the background of the Thank You page section on your form by injecting this custom CSS code:

    div#stage div {

        background-color: rgb(198, 45, 89) !important;

    }


    To inject the custom CSS code in your form, just follow the instructions provided in this article: How to Inject Custom CSS Codes.

    How can I make the background of my confirmation page all white? Image 2 Screenshot 41