How do I change the color of the Label for Add button?

  • Profile Image
    James_Madison
    Asked on August 26, 2025 at 8:25 AM

    How do I change the color of the Label for Add button?

    How do I change the color of the Label for Add button? Image 1 Screenshot 20

  • Profile Image
    Jovito JotForm Support
    Replied 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.

    How do I change the color of the Label for Add button? Image 1 Screenshot 30 Here's what it'll look like:

    How do I change the color of the Label for Add button? Image 2 Screenshot 41Give it a try and let us know how it goes.