This is a tutorial for thesis theme 1.7 background designs.With css background you can do many tricks such as have a wallpaper as your website background; put a picture on your site with thesistheme; align the picture on left or top; have tiled background on your wordpress website. This video explains them all.
CSS that goes to “custom file editor”:
body.custom
{
background-color: #FFFFFF !important;
background:
url('http://www.dorlingkindersley-uk.co.uk/static/cs/uk/11/clipart/football/img/image_football006.jpg')
left top repeat fixed;
}
