How do I remove the line above the submit button?

  • SaltersFireplace
    Asked on February 16, 2021 at 10:51 PM

    How do I remove the line above the submit button?


    1613533859 602c92a339c7d Screen Shot 202 Screenshot 10

  • Rehan Support Team Lead
    Replied on February 17, 2021 at 2:41 AM

    Greetings,

    Kindly inject the following CSS into your form.

    .form-buttons-wrapper, .form-submit-clear-wrapper {
          border-top: 0px;
    }

    Related guide: https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    Should you need further assistance then please let us know.

    Thanks

  • SaltersFireplace
    Replied on February 17, 2021 at 11:12 AM

    Thanks!