All Blogger users might know that above the header, there is navigation bar . Most of want to hide the navigation bar in blogger , but we don't know how to do that. Lets not worry, a simple trick will hide the navigation bar in blogger.
1. Go to Blogger Dashboard.
2. Click "Layout" > "Edit HTML".
3. Search for the text "body{" and paste the below CSS code above it.
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
4. After pasting, the code will look as follows
That's it. Navigation bar will not be displayed in your blog anymore.
Hiding Navigation Bar in Blogger
Posted by Prem Godara | 11/10/2008 11:15:00 PM | Blogger, Internet | 0 comments »
Subscribe to:
Post Comments (Atom)
0 comments
Post a Comment