Change the font colour | XM Community
Skip to main content

Change the font colour

  • February 7, 2023
  • 2 replies
  • 334 views

Hi I am building a theme for my surveys

I have managed to find some CCS for changing the font colour
.Skin .QuestionText {
 color:#ffffff;
}

.Skin .QuestionBody {
 color:#ffffff;
}

Which has updated most of the text, however in the images below you will notice some is still grey
Screenshot 2023-02-07 at 17.25.40.pngScreenshot 2023-02-07 at 17.25.48.png
Does anyone know how to make this white too?

Many Thanks
Gary

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • February 7, 2023

Use the Inspect feature of your browser to look at the elements and determine the CSS rule that is setting the color.


qualtrics_nerd
Level 5 ●●●●●
Forum|alt.badge.img+19
  • Level 5 ●●●●●
  • February 8, 2023

Hi GaryBoon ,
You can use below CSS code which covers most of the Question structure , you can paste this in header :

For the rest(if any still left) you should follow TomG advice.
Hope this resolves you query😊!!