Como puedo eliminar el recuadro con sombra que aparece en mi formulario

  • Hectoronly
    Asked on August 11, 2015 at 2:33 PM

    Como puedo eliminar el recuadro con sombra que aparece en mi formulario Image 1 Screenshot 20

     

  • David JotForm Support
    Replied on August 11, 2015 at 4:49 PM

    Hi,

    I did not see any boarder around your forms but if you need to remove it, this could should do so:

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

    .supernova .form-all {

        border:none;

        box-shadow: none;
    }

    If you are still unable to remove the boarder, let us know which form you are having trouble with and we will be happy to take a look.