Removing background from my Thank you page

  • dkalepi
    Asked on June 30, 2017 at 8:49 PM

    I have added several CSS codes to my site and still can't get the background removed from thr thank you page.

    The form I'm talking about is the collection form and then the Thank you page...

  • jonathan
    Replied on June 30, 2017 at 11:01 PM

    If you meant the form Thank You page and not an external website link thank you page, you can do it by injecting the custom CSS codes below on your form.

    .thankyou {

      background: none !important;

    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know if this did not work for you.