I'm removing the border around my form but it won't go away - please he

  • angela_hardy
    Asked on July 27, 2017 at 7:10 AM

    I'm removing the border around my form but it won't go away - please help. I don't want to see it when embedding on my website as none of the other forms have borders.

  • BJoanna
    Replied on July 27, 2017 at 11:21 AM

    I checked your email address and I found two accounts. I inspected the forms that you recently edited, but I did not saw the border on any of them, so I am not sure with which form you have issues. 

    You can add this CSS code to remove the border of a form: 

    .supernova .form-all {

        border:none;

        box-shadow: none;

    }

    How to Inject Custom CSS Codes

    If this code does not resolve your issue, please provide us the ID of the form you have issues with or a webpage URL if the form is embedded.