White frame around "Thank you" page background

  • RTEDigital
    Asked on February 21, 2017 at 1:27 PM

    While i appreciate that this thread is three and a half years old, the white border problem persists on the platform and the pastie links on here are no longer in existence.

    Would it be possible for someone on the thread to paste the solution code inline?

    Many thanks.

  • BJoanna
    Replied on February 21, 2017 at 1:53 PM

    I have cloned your form and thank you page of your form looks like this.

    White frame around Thank you page background Image 1 Screenshot 30

    How would you like that Thank You page looks like? Do you want to remove white background, like this?

    White frame around Thank you page background Image 2 Screenshot 41

    If so add this CSS code to your form:

    body.thankyou {

        background-color: #abe1fa;

     

    }

    .form-all {

        background:  #abe1fa;

    }

    How to Inject Custom CSS Codes

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

    Feel free to test it and clone it.

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

  • RTEDigital
    Replied on February 22, 2017 at 6:34 AM

    Hi Bjoanna,

    That's worked perfectly, thanks a million.

    The thank you page is within a container using that same background colour so the white border very much looked like a mistake and i wasn't able to find the class names for the thank you <div> in the console.

    Thanks again