Form:Remove the box-shadow of Thank You Page.

  • SFSadmin
    Asked on April 12, 2018 at 3:28 PM

    Hi,

    I'm trying to remove the drop shadow from the Thank You page. I've tried multiple CSS code inserts suggested by JotForm on other user's questions, but it just won't budge. I've also copied the code from another Thank You page in my retinue that doesn't have drop-shadows, no luck.


    Here's my current CSS code in the form...exactly which code should I add and where to remove the drop-shadow from the Thank You page? Note - I'm not a coder.


    .form-header-group {


    }


    .form-all {

        box-shadow : none !important;

    }


    label.form-label {

        min-width : 100%;

    }


    .jotform-form {

        padding : 0;

    }


    Any guidance you can provide would be appreciated.

    Jotform Thread 1442995 Screenshot
  • Richie JotForm Support
    Replied on April 12, 2018 at 4:41 PM

    I have cloned your form and tested a submission to show the thank you page , and it seems that the box shadow has been removed already by the css code.

    Here is my screenshot:

    Form:Remove the box shadow of Thank You Page Screenshot 20

    Can you please verify if the issue has been fixed?

    Thank you.

  • SFSadmin
    Replied on April 19, 2018 at 2:50 PM

    Thanks, Richie - this does seem to be fixed!