Question T9482
Visible to All Users

Please assign css classes for requiredText asterisk inside matrix.

created 3 years ago (modified 3 years ago)

Applying custom styling to required asterisk(*) is quite difficult if there isn't any class name assigned to it.

Generic solutions like below don't always work and tend to interfere with other elements matching the condition.(specially when displaying columns vertically).

Can you please make some modifications in the library to have css class assigned to it?

Code
.sv_matrix_cell_header span:nth-child(2){     color: red;     font-size15px;   }   .sv_matrix_cell span:nth-child(2){     color: red;     font-size15px;   }

Answers approved by surveyjs Support

created 3 years ago

Hello,
We have a css rule for require symbol.
Here is the example.

Thank you,
Andrew
SurveyJS Team