I'm trying to change the color of the font for multiple choice answers to white using JavaScript. I know how to do this via the rich content editor. However, then the responses are also white while I am working on designing the survey, and I need to see the text while I am working on the survey, I tried:
jQuery(".Skin .QuestionText").css({"color":"white"});
and
jQuery(".Skin .QuestionChoiceText").css({"color":"white"});
suggestions?
Thank you.
Question
Changing color of answer choices using JavaScript
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
