How To Remove Blogger Navbar

Let's be honest. We know for a fact that a blog that directs visitors to a different blog without the owner's consent doesn't come near professionalism. Irritating, isn't it? The blogger navbar takes away your professionalism and it's high time you get rid of it.

Most custom blogger templates by default have hidden or removed the blogger navbar. If you're using a custom blogger template, the possibility that the navbar is hidden or removed is 100%. This means you don't have any work to do.

Those who got some work to do are webmasters using the default blogger templates. Each default blogger template { 'simple' , 'dynamic' , 'awesome' etc} show the blogger navbar. If you want it hidden, then you should remove it.

There are two { actually three} ways of removing the blogger navbar. You can remove it by editing the navbar widget/gadget of your blog or by editing your blog's template {HTML}. Another way is by CSS.

In this article, we shall discuss about just two. That is, removing the blogger navbar by editing its layout widget or gadget. And removing it by editing the blogger template {HTML}.

METHOD 1 OF 2

How To Remove Blogger Navbar By Editing Its Widget/Gadget

1. Open your blog dashboard
2.Go to Layout
3. Search for the navbar
4.Click Edit
5. Select OFF
6. Save.

METHOD 2 OF 2

How To Remove Blogger Navbar By Editing Blogger Template {HTML}

1· Open your blog dashboard

2· Go To Template

3· Click Edit HTML

4· Search for the code below
]]>b:skin
Note; { a less than sign with / is before the 'b', and > is after the 'skin'}

5· Add the code below above it.
#navbar { height: 0px; visibility: hidden; display: none;}
#navbar-iframe { height: 0px; visibility: hidden; display: none;}

6. Save.

blog letters

Congratulations, you have successfully removed your blog's navbar.