website design

Friday, January 11, 2008

remove page header from blogger
In page element section there is a page element named "page header". In the edit section there is not the option to remove this page element, still if you want to remove page header to give your blog a more professional and customized look then follow these simple steps.

go to Edit HTML. Find the section of code

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

and change "locked='true'" to "locked='false'".

 < div id="'header-wrapper'">
< b:section class="'header'" id="'header'" maxwidgets="'1'" showaddelement="'no'">
< b:widget id="'Header1'" locked="'false'" title="'The" type="'Header'/">
</b:section>
</div>
and save changes.
Now come back to the page element. click edit on the page header and you will find a button
"remove page element". click on the button to remove/disable page header.