Search This Blog

Saturday, December 22, 2012

How to delete the header in Blogger


How to delete the header in Blogger

Go to template-->>edit HTML-->>proceed-->>ctrl+f-->>write <header>


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

Change maxwidgets           : from 1 to 2
Change show addelement   : from 'no' to 'yes'
Change locked                    : from 'true' to 'false'


Now go to header section in layout you will find remove button added to the options and you will be also able to drag drop header section freely
Note:this way also can be fitted for footer(attribution),Go search for attribution in HTML and do the above steps

No comments:

Post a Comment