Why is there a black line at the top of all of my form fields?

  • DallasMotorsports
    Asked on April 7, 2017 at 5:53 PM
  • Mike
    Replied on April 7, 2017 at 9:30 PM

    The line seems to be related to applied form theme. You can remove it by adding the next CSS to the form.

    .form-textbox, .form-textarea, .form-upload, .form-dropdown, .form-matrix-column-headers, .form-matrix-row-headers, .form-matrix-values {
    background: rgba(255, 255, 255, 0.83);
    }

    Why is there a black line at the top of all of my form fields? Image 1 Screenshot 20

    It will remove the line and apply a gray background to the fields.

    If you need any further assistance, please let us know.