RSS
Powered By Blogger

How to Remove the Navbar

When a blog is created or when a template is changed the navbar appears at the top of the blog. The concern of this is that by clicking "next blog" you can be directed towards a blog that is unsuitable.
To remove this follow the simple steps below:


1. Copy this code:

#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}


2. Open your blogger dashboard and choose the layout tab then edit html.

3. Scroll down the window and paste code in the empty line above variable definitions.
click to enlarge


4. Choose save template then view blog. Navbar has disappeared.

1 comments:

J Munro said...

Thanks Steve- It Worked Jacques

Post a Comment