HiI am trying to remove the border round my form?

  • patriciabriggs
    Asked on February 7, 2019 at 9:01 AM

    Hi

    I am trying to remove the border round my form?

  • David JotForm Support
    Replied on February 7, 2019 at 11:04 AM

    Are you referring to the actual border including its shadow?


    Both can be removed using the following code:

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


    .supernova .form-all {


        border:none;


        box-shadow: none;


    }



    The border should remove the actual border of the form, while the box-shadow will only remove the shadow effects around it. Your most recent form appears to be card format though.  Card forms cannot have CSS applied so the above would only work if you are using a classic style form.