Hello,
I am looking to format the question text, answer text, radio buttons, and multi-answer box to all white (#FFFFFF) for both unselected and selected choices. Currently, I have this custom code in the CSS box:
.LabelWrapper, .QuestionText, .SubQuestionText, .AnswerText{
color:#FFFFFF!important;
}
.Skin label.SingleAnswer.q-checked.q-focused>span::before, .Skin label.SingleAnswer.q-checked>span::before,.Skin label.q-radio.q-checked, .Skin label.q-radio.q-checked.q-focused {
border: 2px solid #FFFFFF;
background: #FFFFFF!important;
}
This seems to change the question text, unselected answer text to white, but once the answer is selected, the answer text turns black again).
This does nothing for the multi-answer boxes and the unselected radio buttons (selected radio buttons function properly).
Any thoughts on how to fix? Thank you
Page 1 / 1
bump!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.