Remove the gray background from the flat layout option | XM Community
Skip to main content
Is there a setting available to change the gray background for all the choices in the flat layout format?
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;

}

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