- Posts: 60
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
.ls-questionhelp:before { content:"\f06a"; }
Please Log in to join the conversation.
[id^=vmsg_].ls-questionhelp:before{}
Please Log in to join the conversation.
Die Lösung von oben funktioniert nicht, da damit auch der Hilfetext gestylt wird. Validation-Message und Hilfstext sehen somit gleich aus (was ich nicht möchte)
.question-valid-container .ls-questionhelp:before { content:"\f0a4"; } .question-valid-container .ls-question-message { color:red !important; }
Please Log in to join the conversation.
<question_1 type="core"> <code type="data">'Q1 '</code> <text type="data" twig="on"><![CDATA[ {{ gT("How many roads must a man walk down?") }} ]]></text> <valid_message type="data" twig="on"><![CDATA[ <div id="vmsg_4496_num_answers" class="em_num_answers emtip error"><span class="fa fa-exclamation-circle" aria-hidden="true"></span> {{ gT("Choose one of the following answers") }} </div> ]]></valid_message> </question_1>
Please Log in to join the conversation.