Changing the color of answer background/container | XM Community
Skip to main content
Hi, I have a survey that has a light background color, so the container on the answer options don't show up well. I'd like to define the color of the container to be a little darker to make it easier to see. Any ideas on code I can add in the Look and Feel section to achieve this?!
Hi @ssouth

Click on Look & Feel-->Syle-->Custom CSS--> add below line -

.Skin label.SingleAnswer{background-color:#CCCCCC;}



you can change the color code(#CCCCCC) as your wish. Thanks!
This worked perfectly, thank you Subu!

Hi there! Is there a way to make the same customization for just one question in a survey? My goal is to remove the answer option container (or make it white/transparent) for the 1st question of the survey, but leave the default style for the rest of the questions in the survey


Leave a Reply