How to do it?
To hide the Blogger Navbar :
- Log in to Blogger
- On your Dashboard, select Layout->Edit HTML. Check "Expand Widget Templates" box.
- Save a copy by clicking on "Dowload Full Template" link
- Look for this similar code
body {
margin:0;
padding-top:0px;
background:#2F2723 ;
font-family:Verdana,Tahoma,sans-serif;
color:#99806B;
font-size:13px;
}
- Copy and paste the CSS definition before the code:
#navbar-iframe
{
height:0px;
visibility:hidden;
display:none
}
- Save Template
4 comments:
thanks for the post, this is helpful, i did it on my page: http://chudai-ki-story.blogspot.com . working great.
Really I was here looking for some Blogger Template but your tip on Hiding Navigation Bar helped me. Thanks a lot friend..
You are most welcomed, thapasagar.
What an amazing tech i just learned, this is a great tip....applied on http://free-soft-all.blogspot.com
Post a Comment