Change the Color of Text Box

  • richvgna
    Asked on November 14, 2018 at 6:26 PM

    how to change color of text boxes on form.  By default they are black. I went into designer > advanced and there is a control for text boxes, but the changes don't seem to take.

  • Edgar_B
    Replied on November 14, 2018 at 8:14 PM

    Hello,

    For you to be able to change the color of the text box as well as the font color of its entry, you need to inject custom codes to your form. I cloned your form to perform injection of custom codes that will change the style of the fields mentioned above.

    Here are the codes I have injected, please copy and paste this to the last part of your form's CSS Area:

    #first_4, #last_4, #input_5_addr_line1, #input_6, #input_5_addr_line2, #input_5_city, #input_7_area, #input_7_phone, #input_5_postal, #input_12 {

        background : white;

        color : black;

    }

    Result:

    1542244094test Screenshot 10

    NOTE: You can change the value of colors I have set in the codes injected to this demo form. Please read our user guide on How to Inject Custom CSS Codes.

    If you need further assistance, please let us know, we'll be glad to help. Thank you!


  • richvgna
    Replied on November 14, 2018 at 11:05 PM

    Thank you

  • Edgar_B
    Replied on November 14, 2018 at 11:22 PM

    You're always welcome. Thank you!