Change the font colour | XM Community
Skip to main content

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

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


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😊!!


Leave a Reply