How to remove the shadow in the thank you page?

  • paulweber123
    Asked on November 19, 2015 at 11:22 AM

    1. How do remove the shaded line below the "Thank you" message

     

     

    2. How to align the header "contact" with the text & fields below
    Jotform Thread 708031 Screenshot
  • Welvin Support Team Lead
    Replied on November 19, 2015 at 12:24 PM

    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.

    Your second question has been moved here: http://www.jotform.com/answers/708092.

    Thanks