I went into the advance designer and tried to make sure each Back/Next button had the same color #ec9947 but now almost all the button are different colors.
Thanks for reaching out to Jotform Support. If I understan, when having a look to your form, it seems that you already tried to set some CSS code, which has a mistake underlined below:
2). In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
3). Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.
Check out this screenshot of my result:
Give it a try and let us know if this works for you.
M
Michael
Replied on May 9, 2025 at 9:03 AM
Yeah- im still not able to understand where to remove bad code and how to add it in. Can you just make all the buttons the same color #ec9947?
Joeni
JotForm Support
Replied on May 9, 2025 at 9:24 AM
Hi Michael,
You can set the color for the buttons by deleting the existing code in your form styles settings. Take a look at the screenshot below:Once done, Inject the CSS Code below:
Take a look at the screencast of the result below:Give it a try and let us know how it goes.
M
Michael
Replied on May 9, 2025 at 9:29 AM
I did what you said- and still no success as you show.
Joeni
JotForm Support
Replied on May 9, 2025 at 9:54 AM
Hi Michael,
Upon checking, the codes in your form is not working because it has a missing bracket '}'. Take a look at the screenshot below:Let me show you how:
Click on the Paint Roller icon on the upper right side of the panel to open the Form Designer Menu.
Go to the Styles tab, scroll down to the Inject Custom CSS input box and add a space at the end of the this code: .form-submit-button-simple_grey.form-pagebreak-back, .form-submit-button-simple_grey.form-pagebreak-next, .form-submit-button-simple_grey.submit-button {background-color : #eb9846;
Then, add the Closing Bracket '}' in the space you created.