Unable to change background color of "Thank You" page to transparent?

  • madgraphicdesigns
    Asked on August 30, 2016 at 9:25 AM
    Same problem, doesn't work for me
  • Charlie
    Replied on August 30, 2016 at 9:52 AM

    Upon checking your form titled "AS Cargo Care - Enquiry", you have added multiple CSS codes and you have set the .thankyou class to white instead of transparent. I presume you wanted it transparent?

    Unable to change background color of Thank You page to transparent? Image 1 Screenshot 40

     

    To make the "Thank You" page transparent, use this CSS code:

    .thankyou, #stage.form-all, #stage.form-all > div {

        background-color : transparent !important;

        border: none !important;

        box-shadow: none !important;

    }

     

     

    Unable to change background color of Thank You page to transparent? Image 2 Screenshot 51

     

    I then embedded the form using the iFrame embed code on my website page that has a background color of pink. On the "Thank You" page, you'll see that the background pink is displayed because of the transparency. Here's a screencast showing the effects of the change:

    Unable to change background color of Thank You page to transparent? Image 3 Screenshot 62

     

    Let us know if that works.