How can I remove the shadow in the thank you message page?

  • CruisesNewsMediaGroup
    Asked on March 30, 2016 at 4:41 AM

    Hello, I have a transparent form but the "Thank you" message has to shadow. I want to remove that shadow. As I do?

    Thanks

    Jotform Thread 805742 Screenshot
  • Welvin Support Team Lead
    Replied on March 30, 2016 at 6:49 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. If there are existing custom CSS codes in the CSS area, make sure to add it to the bottom.