Hi guys. In the 'thank you-page' there is an ucly shadow bar around the text which I can't remove. See the screenshot.

  • TonSee
    Asked on August 18, 2016 at 5:36 AM

    Is it possible for you to remove this? I think nobody does like this, I suppose.

    Jotform Thread 909376 Screenshot
  • jonathan
    Replied on August 18, 2016 at 9:03 AM

    Inject the following custom CSS Codes to your form to remove the box shadow in the thank you message page:

    div#stage {

        box-shadow: none !important;

    }

    Here's how to inject: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes. Add the codes at the bottom.