Solved
Hide Background Image for one page
Is it possible to hide the background image that I put in using CSS from a single page?
Ideally I want the background image to be absent on page 1, but present on all subsequent pages.
Best answer by TomG
Try this:
```
Qualtrics.SurveyEngine.addOnload(function () {
jQuery("#SurveyEngineBody").css("background","none");
});
```
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
