Change background colour of a question when it is not answered | XM Community
Skip to main content

How can I change the background colour that appears when someone doesn’t complete a mandatory question?

Hi Eumetis
Add below code in Custom CSS and update the colour as required.
.Skin .QuestionOuter.Highlight .Inner{
background: lightgrey !important;
}


Leave a Reply