Remove white background in Thank You page

  • charmingimage
    Asked on May 27, 2016 at 4:12 AM

    Hello Kiran,

     

    I followed the procedures to add CSS code, but not ok, please refer http://prntscr.com/b8z2d1

    Please advice

     

    Justin

  • Chriistian Jotform Support
    Replied on May 27, 2016 at 5:09 AM

    Are you referring to this form - http://www.jotform.com/form/13092104555?

    Remove white background in Thank You page Image 1 Screenshot 20

     

    To fix the issue, can you try to inject this custom CSS code in your form and see if this will fix the issue?

    .thankyou .form-all {

        background: none !important;

        box-shadow: 0 0px 0px 0px rgba(0,0,0,0.1) !important;

    }

    To inject custom CSS code in your form, just follow the instructions provided in this article: How to Inject Custom CSS Codes.

     

    Do let us know if you need further assistance.
    Regards.

  • charmingimage
    Replied on May 28, 2016 at 2:15 AM

    Thanks Jotform team, perfect ok ^^