Replace 477px with 77px. Remove background: #000 url(http://i.imgur.com/aVpilbc.png) no-repeat top center;. Add background-color: #000; right before the }.
Then, find this, two lines further:
ul.navheader {padding-top: 430px;}
Replace 430px with 30px.
It should do the trick. (゚∇^*)
If you also want to remove the sidebar picture, find this in the Sidebar section:
Comments 8
Reply
Reply
Reply
thanks anyway
Reply
Reply
Sure! You'll need to change a few things.
First, in the CSS > Header section, find this:
#header {height: 477px; background: #000 url(http://i.imgur.com/aVpilbc.png) no-repeat top center;}
Replace 477px with 77px. Remove background: #000 url(http://i.imgur.com/aVpilbc.png) no-repeat top center;. Add background-color: #000; right before the }.
Then, find this, two lines further:
ul.navheader {padding-top: 430px;}
Replace 430px with 30px.
It should do the trick. (゚∇^*)
If you also want to remove the sidebar picture, find this in the Sidebar section:
#sidebar {padding: 431px 0 0; background: #f8f8f8 url(http://i.imgur.com/skBYq3d.png) no-repeat center 20px;}
Replace 431px with 9px. Remove background: #f8f8f8 url(http://i.imgur.com/skBYq3d.png) no-repeat ( ... )
Reply
Leave a comment