How do I change the automatic text color? | XM Community
Skip to main content
Solved

How do I change the automatic text color?

  • December 17, 2018
  • 1 reply
  • 2374 views

I need to change the automatic/default text color of my survey from grey to black. I changed it in the look and feel style editor but it won't translate to my final survey. It's working somehow because now, any hyperlinks appear black with an underline rather than blue with an underline, but the rest of my text is still grey.

Best answer by Anonymous

Hello @Hart6633 , Ideally using the look and feel style editor, it should change. We can force this, paste the below code in the Advanced custom CSS .LabelWrapper, .QuestionText, .SubQuestionText, .AnswerText{ color:black!important; }
View original

  • 0 replies
  • Answer
  • December 17, 2018
Hello @Hart6633 , Ideally using the look and feel style editor, it should change. We can force this, paste the below code in the Advanced custom CSS .LabelWrapper, .QuestionText, .SubQuestionText, .AnswerText{ color:black!important; }

Leave a Reply