How do I get rid of that stupid shadow on the frame of the form?

  • JellyGraphics
    Asked on September 11, 2015 at 12:44 AM

    I want to remove the slight shadow around the frame of my forms. I can't find out how to do it?

    Here is an example: http://www.jellygraphicsdesign.com/contact-call-email-text.html

    Thank you!

  • victor
    Replied on September 11, 2015 at 8:09 AM

    Hi,

    To remove the border of the form , please insert the following CSS code, Inject CSS into form.

     

    .supernova .form-all {

        border:none;

        box-shadow: none;

    }

     

    Please let us know if this helps.

    Regards

    Victor M Larrea