how do I remove the shadow box around my form?

  • orchardave
    Asked on October 19, 2015 at 10:47 AM

    Hi -

     

    I can't seem to remove the shadow box around my form... the code says no border etc. and the preview does not show it but when I go live it appears.

     

    What am I doing wrong?

     

    http://www.orchardavenueevents.com/contact-us/

     

    Many thanks!

    Bev

     

  • Welvin Support Team Lead
    Replied on October 19, 2015 at 12:01 PM

    Hi Bev,

    You can remove the shadow by injecting the following custom CSS codes to your form:

    .supernova .form-all {

        -moz-box-shadow: none;

        box-shadow: none;

    }

    Here's how to inject: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes. Add the codes to the bottom.

    Thanks

  • orchardave
    Replied on October 19, 2015 at 12:05 PM

    Fantastic - thank you!