How do i make my site have a image bakcround

i want to make my website have a backround like this!!! https://www.heavensgate.com/
is this possible!? thank you in advance!

Put this in your css in your partner area and change the image url with your own image url.

body {
  background-image: url('https://www.heavensgate.com/img/tile.jpg');
}

But listen: Dont do that with dominant pictures like in your deterrent example for how a website shouldnt look like. Actually, dont do that in general, because the 90’s and myspace are over since a long time and all customers all over the world HATE background images. It looks unproffessional and it makes you crazy and it makes you angry and your customers will exit your site in seconds. There are exceptions, but it depends on your content and normaly you should avoid background images.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.