Is it possible to set height and a border color for the textbox?

  • YWCA_Hamilton
    Asked on November 6, 2017 at 4:52 PM

    Hello,

    is it possible to set height and a border color for the textbox and input box for number? I tried and its not working. Id like to set the border-color of the input box as #555555;

    Thank you.

  • Jan
    Replied on November 6, 2017 at 8:46 PM

    Are you referring to this form (https://www.jotform.ca/form/72893631730258)?

    Upon checking, I can see that you were able to fix the issue. The border-color and the height of the textarea in Configurable List widget were adjusted through CSS. Here's a screenshot:

    151001854111 07 a86iq Screenshot 10

    If you are referring to the "Telephone #" field, then please insert this custom CSS inside the widget:

    input[type="text"] {
    border-color: #555555;
    height: 29px;
    }

    If you are referring to a different field, please let us know. Also, please provide the specific field you are having issues with. If possible, please provide a screenshot.

    Thank you.