Custom CSS to set survey background to hex value | XM Community
Solved

Custom CSS to set survey background to hex value

  • 24 November 2018
  • 1 reply
  • 54 views

Userlevel 6
Badge +5
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!
icon

Best answer by Anonymous 25 November 2018, 06:52

View original

1 reply

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