boarders around text

  • Bluedortho
    Asked on March 8, 2016 at 3:57 PM
  • jonathan
    Replied on March 8, 2016 at 10:31 PM

    Do you want to remove the borders style of the Textboxes?

    You can add this CSS code to your form http://www.jotform.com/60676047977167  using the Form Designer.

     

    .form-textbox {

        border:none !important;

        border-radius : 0px;

        box-shadow : none;

        outline : none;

        border-color : transparent;

    }

     

    boarders around text Image 1 Screenshot 30

     

    Example result https://form.jotform.com/60678063312958

    boarders around text Image 2 Screenshot 41

     

    Please let us know if this is not what you were looking for.