Hi,
What is the best way to add a background image behind the main content, footer, header etc. Essentially, replacing the 'white' to the sides.
Cheers
Hi,
What is the best way to add a background image behind the main content, footer, header etc. Essentially, replacing the 'white' to the sides.
Cheers
Hey,
Add following code to css/custom.css and use your own background image:
html, body {
background: url('images/bg.jpg') no-repeat;
}You must log in to post.