How to remove the box shadow effect from my embedded form?

  • brooke833
    Asked on August 24, 2016 at 3:22 PM

    is there a way to remove the drop shadow on the forms when they are embedded on a website?

  • Kevin Support Team Lead
    Replied on August 24, 2016 at 4:30 PM

    Please inject this CSS code to your form: 

    .supernova .form-all{

        box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;    

    }

    This guide will help you to inject it: How-to-Inject-Custom-CSS-Codes