Is there a possibility to deactivate the asterisk sign without switching madatory questions off? I am aware that they should be a sign for mandatory questions but I do not want these signs in my questionnaire, regardless if questions are mandatory or not.
Hi there. Does anyone know how to remove the red asterisk in a LimeSurvey 3.x theme? I see the FAQ but it seems to apply only for LimeSurvey 2.x. Thanks in advance!
I have tried numerous times to edit the css template to get rid of the asterisk, but it just doesn't go away (even when testing with a fresh cache). Could someone clarify what I am messing up in the CSS? I have pasted the line ".asterisk {display: none;}" every way possible to the following section, but there is no change to the asterisk.
/* Asterix */
.asterisk {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.asterisk:before {
content: "\f069";
}
.asterisk {display: none;}