How can I change the gray background to white?

  • kimanthony
    Asked on June 21, 2016 at 4:24 PM

    How can I change the gray background to white with NO shadow?  Just to a white page AND a white background.  It looks better when integrated on my website.

     

    Jotform Thread 866039 Screenshot
  • David JotForm Support Manager
    Replied on June 21, 2016 at 6:59 PM

    Please inject the following CSS code as explained on this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .supernova{

        background: none !important;

    }

    .form-all{

        box-shadow: none !important;

    }

    Let us know if you need more help.