115. Hiding The Blogger Navigation bar
How do I remove the Blogger navigation bar?
If you really want your blog to look like a website, you’ll want to hide the Blogger navigation bar at the top of the page. There are many reasons you’ll want to hide it and Bob is going to show you how to do it in this video.
Click Here to get the code you’ll need for this video
Learn:
- How to hide the Blogger navigation bar at the top of your blog
- How the Blogger navigation bar works
- Where to place the code in your template to hide your Blogger navigation bar




WOW it works ^_^ thanks a ton!
Hey, can anyone provide me with a copy of the magic Code to be insert into the Template? I’ve tried following the link to download that code, but it leads me to somewhere that says I can’t access XML code or something like that.
Any help please?
[...] don’t understand is the amazing customization you can do with Blogger. For example, you can remove the Blogger Nav Bar from your header easily. You can easily accept credit cards on your Blogger blog and much more. [...]
If the navigational bar is hidden how do we sign in and work on the blog at a later date?
To log in at a later date you need to go to http://www.blogger.com and log in. Once you are authenticated you will be taken directly to your dashboard.
The code it shows for the download didn’t work for me and it doesn’t look like what’s on the video. What am I missing? Help…. did I download the wrong code?
You need to add the following code to the CSS section of your Blogger template.
#navbar-iframe {
display: none;
}
That should remove the navBar
thank you for the code. i got it now. it really help.
I put the code in the right place. The navBar removed, but lots html code show on my blog. I don’t know why. I need help.