Some custom CSS not working in view form mode

  • fshaykis
    Asked on April 4, 2019 at 1:12 PM

    Hi there,


    I have added custom CSS to make the back/next buttons a different color. In build mode, it shows up correctly, but when I preview or view the form, it does not. Please advise.

    Jotform Thread 1782740 Screenshot
  • Nik_C
    Replied on April 4, 2019 at 2:47 PM

    The CSS you should use is:

    .form-pagebreak-next, .form-pagebreak-back {

        background-color: #307FE2!important;

    }

    That should work for you:

    1554403535Screen Shot 2019 04 04 at 8 Screenshot 10

    Let us know how it worked.

    Thank you!