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!
Page 1 / 1
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)
Try this :
.Skin #SkinContent {
background-color: #e6c994;
}
Perfect! Thank you!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.