How do I get the background in the Page Break (Back/Next Button) Field to match the rest of my form?

  • chrisdgray
    Asked on September 21, 2015 at 7:01 AM
  • victor
    Replied on September 21, 2015 at 12:24 PM

    Hello,

    You can inject the following CSS code to remove the white background in page break buttons

    .form-pagebreak {

        background : none !important;

    }

    Please let us know if this helps