How to change the background color for multiple choices on "Minimal 3d green" theme | XM Community
Skip to main content
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;

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