How to change color of form “buttons”?

  • Michael Watson
    Asked on April 26, 2021 at 2:13 PM

    I’m working on my first jotform.

    How do i change the color of “buttons” in my form?

  • Cecile Enterprise Support
    Replied on April 26, 2021 at 8:30 PM

    Greetings,

    Thank you for contacting support.

    You can go to your form's Form Designer > Style > Change Button Style.

    1619482610 608757f263a46 2 Screenshot 10

    We can also inject a custom CSS to change the buttons color.

    Sample CSS:

    .jf-form-buttons{

     background: orange !important;

     border-color: orange !important;

    }

    Guide: How-to-inject-custom-css-codes

    Result:

    1619483362 60875ae28e7e0 4 Screenshot 21

    Let us know if you need further assistance.

  • Michael Watson
    Replied on April 26, 2021 at 9:11 PM
    Thank you.
    Sent from my iPhone
    ...