-
James_MadisonAsked on August 26, 2025 at 8:25 AM
How do I change the color of the Label for Add button?
-
Jovito JotForm SupportReplied on August 26, 2025 at 8:37 AM
Hi James,
Thanks for reaching out to Jotform Support. You can inject a CSS code to the Configurable List widget to change the label color. Let me show you how:
1. First, copy this code.
button.add {
color: black !important;
}
2. In Form Builder, go to the Configurable List widget then click on the Wand icon.
3. Then, go to the Custom CSS tab and paste the CSS code before clicking on Update. Do this on the other widgets as well.
Give it a try and let us know how it goes.