I have tried the following code found within this forum but my image does not start until half way down the page. I need at the top. html, body { background: url(Enter Your Image Address Here) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } http://96.30.16.104/~dmhome/
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: html, body { background: url(http://96.30.16.104/~dmhome/wp-content/uploads/2014/02/blue-bg2.jpg) no-repeat center center fixed!important; -webkit-background-size: cover!important; -moz-background-size: cover!important; -o-background-size: cover!important; background-size: cover!important; } This will solve your issue. Thanks & Regards Gourav Shrivastava