How to change the background color for multiple choices on "Minimal 3d green" theme | XM Community
Solved

How to change the background color for multiple choices on "Minimal 3d green" theme

  • 20 May 2018
  • 1 reply
  • 138 views

Userlevel 1
I am trying to change the background color for multiple choices but it is changing only for 2 options and not for all the options. Also the color kinda goes out of the border for the options it is working for. Below is the code and screen shot:

li{
background-color:#F1F1F1;
color:#63666A;
}!
icon

Best answer by Rich_Boits_Walker 21 May 2018, 06:43

View original

1 reply

Userlevel 5
Badge +7
For the Minimal 3d - Green theme you can add the following to your question text using the _HTML view_ option on the question editor dialog.

<style>
.Skin .SAVR label.SingleAnswer {background-color: #f1f1f1;}
</style>

Or you can add it for all questions under Look & Feel -> Advanced -> Add Custom CSS

Leave a Reply