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

Custom CSS to set survey background to hex value

  • November 24, 2018
  • 1 reply
  • 97 views

Forum|alt.badge.img+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!

Best answer by Anonymous

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; }

1 reply

  • Answer
  • November 25, 2018
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; }