Can the white background behind the "back" button be removed?

  • lordgoose
    Asked on June 21, 2016 at 12:43 PM
    Can the white background behind the "back" button be removed?
  • David JotForm Support
    Replied on June 21, 2016 at 12:55 PM

    To remove the page break background add the following code to your form:

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

    .form-pagebreak {

        background : none !important;

    }