How i remove the shadow between the background and frame on my form?

  • natupote
    Asked on June 27, 2016 at 8:49 PM

    Hello and sorry my english

     

    My form must have a completelly white background, with the shadows between the background and frame, how i remove complet4elly the shadow?

    Jotform Thread 870517 Screenshot
  • David JotForm Support Manager
    Replied on June 27, 2016 at 11:03 PM

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

    .form-all{

        box-shadow: none !important;

    }

    Let us know if you need more help.