Need to change text color to black throughout the survey | XM Community
Skip to main content
Solved

Need to change text color to black throughout the survey

  • October 15, 2019
  • 2 replies
  • 468 views

Forum|alt.badge.img+5
Our new dynamic themes use an ugly grey color on matrix questions and some other question types. Can anyone share the CSS for setting the text color throughout the survey. Text color is no longer appearing as an option for me in the Advanced Look and Feel editor. Thanks!

Best answer by Subu

Hi One quick fix is - as mostly elements are in div so you can define color of div in the custom css box. Look and Feel --> Style -->Custom CSS div{color:#00ff00!important;} Use the color code as you want.

2 replies

Subu
Level 2 ●●
Forum|alt.badge.img+5
  • Level 2 ●●
  • Answer
  • October 16, 2019
Hi One quick fix is - as mostly elements are in div so you can define color of div in the custom css box. Look and Feel --> Style -->Custom CSS div{color:#00ff00!important;} Use the color code as you want.

Forum|alt.badge.img+5
  • Author
  • Level 3 ●●●
  • October 16, 2019
Thanks @Subu . This worked great.