I am using the following code to customize the background on specific survey pages. It works, but when the questions are long enough, the background color stops mid-screen and doesn't continue down to cover the full background. Is there another object I should be specifying for the background?
Qualtrics.SurveyEngine.addOnload(function()
{
jQuery(".Skin" ).css({
"background":"#F7EDE2"
});
});
Page 1 / 1
https://community.qualtrics.com/XMcommunity/discussion/23798/custom-background-for-separate-survey-pagesTry #Wrapper instead of .Skin.
Hope it helps!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.