Changing button color

  • mpitof
    Asked on May 15, 2015 at 9:35 AM

    Hi

    I'm trying to change the button (SEND) background color on form id 51316534870959 to another, but it doesn't seem to work whatever I do in the style editor. Can you please help?

    The color should be #2aba32 or something like that, but I need to be able to change this myself.

  • David JotForm Support
    Replied on May 15, 2015 at 11:48 AM

    Hi,

    It appears as though the theme applied to your form is overriding the button color you had set.  I was able to override that by injecting this code to your form:

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

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

    The color is currently set to the green you had in the designer but the color code can be changed to whatever you would like.

    If you have any further questions, let us know and will be happy to help.

  • mpitof
    Replied on May 16, 2015 at 9:25 AM

    Thank you very much - this works great.