Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Shelley277

1 Comments

Sorted by latest first Latest Oldest Best

 

@Deb1703797

Change this block:

body {
background: #fafafa url('http://static.tumblr.com/l3zugnz/7KJkvwe70/bg.png') fixed repeat-x 0 0;
min-width: 1000px;
}


to read:

body {
background: #fafafa url('http://path.com/to/your/image.jpg') fixed no-repeat 0 0;
min-width: 1000px;
}


Replace path.com/to/your/image.jpg with the actual path to your new background image. You could upload the new background image on tumblr's static file upload page and use the URL it gives you.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme