Changing the questions container background color | XM Community
Skip to main content

Hey,
Is it possible to change the questions container background color to other then white?
I want for where the red arrow is pointed to be of different color.
Thank you!
image.png

Put the below CSS in the look and feel -> style -> CSS editor: change the hex code as required
.Skin .SkinInner {
  background-color: #e6c994;
}


It changed a different area on the screen, I need to change the color of the white area (where the questions are presented)
image.png


Try this :
.Skin #SkinContent {
 background-color: #e6c994;
}


Perfect! Thank you!


Leave a Reply