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