Change colors of the field textboxes.

  • Kyla_Bartolome
    Asked on September 4, 2024 at 4:38 PM

    How can I change the colors of the element here from green/white to just black/white?


    Change colors of the field textboxes Screenshot 20


  • Bilal JotForm Support
    Replied on September 4, 2024 at 5:44 PM

    Hi Kyla_Bartolome, 

    Thanks for reaching out to Jotform Support. You can add CSS code to change the color from Green to Black. Let me walk you through it:

    1. Copy the code below:

    .form-textbox, .form-textarea {
    border-color: black!important;
    }

     2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. In the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box.

    Change colors of the field textboxes Screenshot 20

    Give it a try and let us know how it goes.

Your Answer