Is there a setting available to change the gray background for all the choices in the flat layout format?
Page 1 / 1
Hello @HPowell ,
Paste the below CSS in the Style -> Css editor
.Skin label.MultipleAnswer, .Skin label.MultipleAnswer.q-focused, .Skin label.SingleAnswer{
background:white!important;
}
Paste the below CSS in the Style -> Css editor
.Skin label.MultipleAnswer, .Skin label.MultipleAnswer.q-focused, .Skin label.SingleAnswer{
background:white!important;
}
Hi there,
Thanks for the code! I have a follow-up question. I was able to change the gray background for all the choices for the "classic" layout. However, when I select a choice, a blue color indicating that a choice has been selected is disable. I wonder if you could offer a solution for that. Thank you so much for your help!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.