Changing the color of answer background/container | XM Community
Skip to main content
Solved

Changing the color of answer background/container

  • April 11, 2019
  • 3 replies
  • 219 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?!

Best answer by Subu

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!

3 replies

Subu
Level 2 ●●
Forum|alt.badge.img+5
  • Level 2 ●●
  • Answer
  • April 12, 2019
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!

  • Author
  • April 12, 2019
This worked perfectly, thank you Subu!

SarahSoutherland
Forum|alt.badge.img+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