2.Scroll down to where you see this:
#header-wrapper { width:800px; margin:0 auto 10px; border:1px solid $bordercolor; } |
3.Now Replace the above code with the below code.
#header-wrapper { width:800px; margin:0 auto 10px; border:1px solid $bordercolor; display:none; } |
4.To use a image instead header,find the below code.
<div id='header-wrapper'> <b:section class='header' id='header' maxwidgets='1' showaddelement='no'> <b:widget id='Header1' locked='true' title='your header title' type='Header'/> </b:section> </div> |
<a href="URL_OF_YOUR_BLOG"><img src="URL_OF_THE_IMAGE" alt="Home" /></a> |
6Click on "Save Templates" and you are done.