-
Michael WatsonAsked 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 SupportReplied 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.
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:
Let us know if you need further assistance.
-
Michael WatsonReplied on April 26, 2021 at 9:11 PMThank you.
Sent from my iPhone
...