I would like to remove the shadow around my form

  • JKOlsen
    Asked on January 27, 2017 at 12:45 PM

    How do I get rid of the grey / white outline around my form?  When I change the border color in advanced options, it changes the color of the form itself. 

     

    Thanks in advance...

    Jotform Thread 1048688 Screenshot
  • David JotForm Support
    Replied on January 27, 2017 at 1:27 PM

    Adding the following code to your form should fully remove the shadow:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

      .supernova .form-all {

        border: 0px !important;

        -webkit-box-shadow: 0px !important;

        -moz-box-shadow: 0px !important;

        box-shadow: 0px !important;

      }

  • JKOlsen
    Replied on January 27, 2017 at 1:37 PM

    I am using Chrome.   Also checked on Safari.  Lines are still there... it's on WordPress (not WP hosted) and I used html code for embedding.  Is there anything I need to do in Wordpress?

  • David JotForm Support
    Replied on January 27, 2017 at 1:49 PM

    Can you try using the forms iFrame code to embed instead.

    https://www.jotform.com/help/148-Getting-the-form-iFrame-code

    If the lines still show up after that, let us know the URL of your page and we will be happy to have a look.

  • JKOlsen
    Replied on January 27, 2017 at 2:20 PM

    Perfect.  I downloaded the "simple embed code" WP plugin and the iFrame code now works perfectly.

     

    Thanks!!!