I added an input table to the form, but whenever the table is selected the text in the columns fade away

  • BespokeMedia
    Asked on April 17, 2019 at 2:34 PM
  • Mike
    Replied on April 17, 2019 at 4:21 PM

    You may add the next CSS to the form to fix the issue:

    .form-matrix-row-headers,
    .form-matrix-column-headers {
    color: rgb(17, 237, 154) !important;
    }