change colors

  • sidart
    Asked on March 9, 2014 at 1:17 PM

    I want to use one of your custom forms but I want to change the color of the button and the header

  • pinoytech
    Replied on March 9, 2014 at 1:30 PM

    Hi sidart,

    Thank you for contacting us. Using custom css and injected in your form, you can easily modify your form.

    Here's the code:

    .form-header-group {

    background: #9AFE2E;

    }

    .form-submit-button {

    -moz-box-shadow: inset 0px 1px 0px 0px #cae3fc;

    -webkit-box-shadow: inset 0px 1px 0px 0px #cae3fc;

    box-shadow: inset 0px 1px 0px 0px #cae3fc;

    background: #9AFE2E !important;

    border: 1px solid #9AFE2E;

    }

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

    If you need further assistance, please do let us know.