How to add a background image to a static theme? | XM Community
Skip to main content

My Organization has a static theme in place for which I cannot change the background image.
I have a question container behind which I need the image added.
Is there a way I can do it?
Attaching Image for reference.
Survey theme.png

faizan_inamdar
If you need it behind just questions you can include the following in Custom CSS and change URL of image needed.
.Skin #SkinContent {
background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Google_Images_2015_logo.svg/1200px-Google_Images_2015_logo.svg.png)

}


Deepak Thanks for your help Deepak :)
Your code helps with adding image on the question panel. I need to add it behind it. Any code for that?


https://community.qualtrics.com/XMcommunity/discussion/comment/52848#Comment_52848Just remove the #SkinContent from it.
.Skin {
background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Google_Images_2015_logo.svg/1200px-Google_Images_2015_logo.svg.png)

}


You the Best Deepak :)


Leave a Reply