Custom CSS to set survey background to hex value | XM Community
Skip to main content
Can anyone help me with this? I have seen similar posts about changing the background color, but that is not quite what I am looking for. I want to change both the background color and the background color that each question sits on top of. So ideally, when the survey is accessed, everything will be the same color except for the text and answer choices.



Any help would be greatly appreciated.



Thank you!
Hello @uhrxx005 ,



Paste the follwowing CSS in "Add Custom CSS". Replace the HEX code as required



.Skin, #SurveyEngineBody {

background:#add8e6!important;

background-size: cover;

background-repeat: no-repeat;

background-position: center center;

}



.Skin #SkinContent {

background:#add8e6!important;

}



.Skin .SkinInner {

background: transparent!important;

}

Leave a Reply