To change the background image on different screens of your campaign :
- Upload your new background in the library (screenshot 1)
- Right-click on the picture > choose > copy the link of your image (screenshot 2)
- Go back into your campaign > 2. Look and feel > CSS > past this code (screenshot 3) :
.intro {
background-image: url("");
} - Paste the URL of your image :
.intro {
background-image: url("https://manager.qualifio.com/library/demo/emails/2014/background.jpg");
}
Now you have a different background for the screen with the class: .intro > Every screen has a different class; you can see them in the CSS instruction document by clicking on the button under the CSS field.
For example, you have for :
- Welcome screen : .intro
- Question screen : .questionset
- Form screen : .identityset
- End screen : .exit