Changing the color of answer background/container | XM Community
Solved

Changing the color of answer background/container

  • 11 April 2019
  • 3 replies
  • 152 views

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?!
icon

Best answer by Subu 12 April 2019, 09:07

View original

3 replies

Userlevel 4
Badge +5
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!
Badge +4

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