What are the CSS classes to change the Add Row button background color

  • Courtney Baker
    Asked on April 12, 2023 at 3:26 AM

    What are the CSS classes to change the Add Row button background color and font color? The default color doesn't stand out very much.

  • Felizio JotForm Support
    Replied on April 12, 2023 at 6:46 AM

    Hi Courtney,

    Thanks for reaching out to Jotform Support. It's easy to change the color of Add button. Let me show you how:

    • In Form Builder, click on the widget you want to adjust.
    • Click on the Wand icon next to the widget.
    • Paste the code below into the field under the Custom CSS tab.
    • Click on Update Widget. That's it.
    .add{
    background-color: red!important;
    }

    What are the CSS classes to change the Add Row button background color  Image 1 Screenshot 20

    Let us know if you need any other help.