The CSS snippet below will allow you to hide the scale value above matrix question columns.
.matrixTable thead th span, .matrix thead th span {
display:none;
}
The CSS snippet below will allow you to hide the scale value above matrix question columns.
.matrixTable thead th span, .matrix thead th span {
display:none;
}
Comments
0 comments
Please sign in to leave a comment.