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;
}!
Page 1 / 1
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
<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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.