Friday, March 20, 2009

Remove Header Image-See How?

Well,most of the templates that come with our blogger has a diability to remove header b'coz it is locked by the blogger.So,to remove it,we need to do some coding.Don't worry,its a very simple coding.

Goto Template/Layout->Edit Html->Expand Widget Template

Find the following Code

<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='(Header)' type='Header'/>
</b:section>
</div>

Now Change the above code as shown below

<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='3' showaddelement='yes'>
<b:widget id='Header1' locked='false' title='(Header)' type='Header'/>
</b:section>
</div>

Thats it.Now You can easily remove the header.

Do Comment if problem exists.

0 comments:

Post a Comment