How do I change the button color for a Dynamic Textbox?

  • MoserShannon
    Asked on February 21, 2020 at 11:30 AM

    Just trying to change the color of the button. Cannot figure out the correct css code for it. 

    1582302559Capture Screenshot 10

  • Richie JotForm Support
    Replied on February 21, 2020 at 1:21 PM

    You can use this custom CSS to all your dynamic textbox widget.

    #addVar{
    background-color: red !important;
    }

    How do I change the button color for a Dynamic Textbox? Image 1 Screenshot 20

    Please give it a try and let us know if you need further assistance.

  • MoserShannon
    Replied on February 21, 2020 at 2:32 PM

    Thanks so much for your help, this did work and I was able to adjust with hex color code as well. :)