Removing Top Nave bar from blogger.com

Step 1:
On your Dashboard, select Layout. This will take you to the Template tab. Click Edit HTML. Under the Edit Template section you will see you blog’s HTML.
Step 2:

Look for tags #header-wrapper and #header as below and change border to 0 then SAVE Template
#header-wrapper {
width:660px;
margin:0 auto 10px;
border:0px solid $bordercolor;
}
#header {
margin: 5px;
border: 0px solid $bordercolor;
text-align: center;
color:$pagetitlecolor;
}
Step 3: Add this code anywhere…
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
done!
Related posts:
- Showing adsense ads between Post Title and Post Body in Blogger You may have seen Google Ads showing just below...
- Animated favicon for Blogger Have you noticed the animated T icon on this...
- Improve Blogger PageRank by optimizing post page title Blogger blogs are having an SEO issue with the...
- Related articles – Blogger This serves to hack Related entries at the end...
Related posts brought to you by Yet Another Related Posts Plugin.



