How to change Next buhttp://joxi.ru/Dfu0UxjKTJBlH1meIEgtton style?

  • moneyhero
    Asked on July 3, 2014 at 2:42 AM

    Hi! How we can change Next button background color?

    http://joxi.ru/Dfu0UxjKTJBlH1meIEg

  • NeilVicente
    Replied on July 3, 2014 at 6:31 AM

    Hello,

    You will need to inject custom CSS to change the background.

    How to inject custom CSS codes?

    To remove the background, inject the ff code:

    .form-pagebreak {
       background: none !important;
    }

    To change the color, use the ff code - replace the underlined color code to suit your preference:

    .form-pagebreak {
       background-color: #ffffff !important;
    }

    For more color codes, http://html-color-codes.com/

    Here's another article for customizing your form via CSS code injection:

    http://www.jotform.com/help/75-Customize-your-Form-using-Custom-CSS-Codes

    --------

    Hope this helps.