Form transparency for Thank You Page

  • criterions
    Asked on March 16, 2017 at 2:29 PM

    I want to change the form transparency for ONLY the Thank You page. Is that doable? I'm not sure of the CSS required to do that.

  • Mike
    Replied on March 16, 2017 at 4:55 PM

    You may try adding the next CSS to your form.

    .thankyou, #stage {
    background: transparent !important;
    }

    If this is not working, please provide us with a link to the web page / form in question.