Big Business Theme - Stretch Backgound Image

Permalink
HI All
I have the big business theme and have added a image through the backend css however it is repeating not filling the screen (i just want the one image to not move even if the user scrolls the page) every time i add any css the image disappears. can someone give me the coding to make this happen

coding at the moment is

body { background: url(img/mount.gif)

 
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
body { 
     background-image: url(img/mount.gif);
     background-repeat: no-repeat;
     background-size: cover;
}

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.