Hi, this is my website (https://www.dielma.com):
In layout options I selected “boxed layout”. How I can change grey background with an image? Thanks.
Hey Pas7o,
Please try something like this in Quick CSS:
html.html_boxed {
background-image:url('https://your.site/image.jpg');
}
Best regards,
Rikard
Nope. Nothing has changed.
Hi,
What I see on your site:
html.html_boxed {
background-image: url(//www.dielma.com/wp-content/uploads/2019/03/Porto_di_Bardolino.jpg);
}
Best regards,
Rikard
Ok, an advice on image size?
Hi,
Since it needs to cover the width of the screen, it needs to be large enough for that.
Best regards,
Rikard
And for height?