How to hide Matrix columns
-
boxclubAsked on October 27, 2015 at 05:17 PM
I don't need to show the column name. How to I hide it? Is there CSS for that? Thanks
This is a re-post of a comment on How to create a survey form and customize it
-
MikeAnswered on October 27, 2015 at 07:49 PM
This is possible to add the next CSS in order to hide the Matrix columns.
.form-matrix-column-headers {
display: none;
}If there is any specific form, we can try to look into. Thank you.