How can I change the color of Submit button on a theme styled form?

  • ReptileDome
    Asked on August 13, 2015 at 2:38 PM

    Hello Jotform!How can i change the button color for the Frosty Blue theme.I try to change the background color but i doesnt apply for some reason.Any help please...

     

    The form is "Intro Customization"

  • Jeanette JotForm Support
    Replied on August 13, 2015 at 4:21 PM

    I assume you are talking about the submit button. You can change the style of any element in the form, please check this guide for more info:

    https://www.jotform.com/help/300-Form-Designer-Tutorial-Let-s-create-fantastic-forms-

     

  • ReptileDome
    Replied on August 14, 2015 at 11:55 AM
    I go to CSS Helper and change the color , but it wont apply on the submit
    button
    Help plzzz
    2015-08-13 23:20 GMT+03:00 JotForm Support Forum <
    noreply@jotform.com>:
    ...
  • Mike
    Replied on August 14, 2015 at 2:57 PM

    Since the theme is styled with custom CSS, we will need to override that CSS. You can inject the next CSS in order to change the Submit button background color.

    /*Submit button background color*/

    .form-submit-button {
    background : #008080 !important;
    }

    /* Hover submit button background color*/

    .form-submit-button:hover {
    background : #9ACD32 !important;
    }

    HTML Color Codes

    How can I change the color of Submit button on a theme styled form? Image 1 Screenshot 20

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

  • ReptileDome
    Replied on August 17, 2015 at 12:45 PM
    Thank you so much!!!!!.You guys are awesome.Keep up the good work!!
    2015-08-14 21:56 GMT+03:00 JotForm Support Forum <
    noreply@jotform.com>:
    ...
  • HealthPartners
    Replied on January 8, 2016 at 3:46 PM

    thank you!!!!!!!!!!!!!!!!!!!!!!!!!