In its mobile version, Qualifio offers you to replace the background image for a Banner.
Read more :
But you can add a background image on the responsive design version if you wish.
We strongly recommend that the image used is only texture in order for your campaign to look good.
For that :
- Upload the images (texture) in the "document" part (in the upper part of all qualifio screens) > Multimedia Library > Questions - Images.
- Once you have uploaded the image, right click > Choose > right click on the URL > open in a new window. There you can copy the URL.
- In your campaign, add this code in Look & feel > CSS:
@media only screen and (max-width: 809px) {
body {
background: url("https://manager.qualifio.com/library/compte/images/XXXX.jpg") no-repeat;
}
}
* You should adopt the URL depending on the url of the image you have uploaded