Aug 15 2007
Remove Top Nav Bar
So you want to remove your top navigation bar from Blogger.
Especially useful if you are disguising your blogger/Blogspot blog with your domain name.
However its important to point out that you will be losing many handy links - NewPost, Customize, SignOut, Dashboard, Help, Search
You might want try this first Keeping some Top Nav Bar links
Ok! ready?
- Click customize, up on your Top Nav Bar
Note: - Click the Template tab and then the Edit HTML tab
You will see some code that looks a bit like this… - Near the top of the HTML locate <head> click immediately after it and hit enter
Copy in the following code
<!–Remove NavBar –><style type=’text/css’>#b-navbar {height: 0px; visibility: hidden; display: none;}</style>
<style type=’text/css’>#navbar-iframe {height: 0px; visibility: hidden; display: none;}</style><!–End Remove NavBar –>