How can I remove the light grey box around my form?

  • elegantees5
    Asked on February 13, 2017 at 1:21 AM
  • BJoanna
    Replied on February 13, 2017 at 4:38 AM

    Add this CSS code to your form:

    .supernova .form-all {

        border:none;

        box-shadow: none;

    }

     

    How to Inject Custom CSS Codes

    Hope this will help. let us know if you need further assistance.