see https://www.gavick.com/documentation/jo ... und-image/
I added the code to the custom css field (template > advanced settings):
- Code: Select all
body {
background: #fafafa url("../images/background.jpg"); background-repeat:no-repeat;
}
HOwever when testing my website at a tablet I see the default image, but not my own added image.
How can I adjust that?
The same applies for the '404' page. Is there a way to adjust that page as well?