Changes made to the textbox field border on the Advanced Designer page not being applied

  • bbass328
    Asked on June 21, 2018 at 8:21 AM

    Can someone explain to me why when I edit the text box border, nothing changes? It still appears the same. It has a fill color but no border color. 

    Jotform Thread 1505193 Screenshot
  • Mike_G JotForm Support
    Replied on June 21, 2018 at 10:52 AM

    It looks like the textbox style that you are trying to apply to your form is being overridden by the style of its theme.

    To make change the color border of the textbox fields in your form, please inject the following CSS codes. — How-to-Inject-Custom-CSS-Codes

    .form-textbox, .form-textarea, .form-dropdown {

      border: 1px solid #000 !important;

    }

    1529592754t10 51 53 Screenshot 10

    The codes above will give the textbox, drop-down, and textarea fields, in your form a black border.

    If you have other questions or concerns, please do not hesitate to let us know.