Why is CSS Code for Text Box not working

  • AlaDeptIndiana
    Asked on April 5, 2018 at 9:42 AM

    I need to expand my text box text to be able to be seen when filled out.

    I've read the text and tried entering the code.  What am I missing?

  • TREVON
    Replied on April 5, 2018 at 10:57 AM

    Is there a specific text box you want to increase font size?I have shared the code to increase the size of all text field texts below. Kindly feel free to inject the code to your form.

    .form-textbox {
        font-size : 14px;
        font-weight : bold;
    }

    If you meant you want to increase the width of the textbox field then kindly also specify which field you are referring to. Below is code that will increase size of all text fields in your form. Kindly feel free to inject the css code to your form.

    .form-textbox {
        font-size : 14px;
        font-weight : bold;
        width:200px;
       
    }

    Kindly share the specific fields you want to adjust the font size or width for us to give a more specific solution to the issue.

    Related Guide:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes