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

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

  • May 20, 2018
  • 1 reply
  • 183 views

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

Best answer by Rich_Boits_Walker

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
View original

1 reply

Rich_Boits_Walker
QPN Level 3 ●●●
Forum|alt.badge.img+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