How to Remove Blogger Navbar

Usually, if we're using original blogger template, our blog will added blogger navbar automatically. But, many bloggers instead want to remove blogger navbar. The reason are it looks bad or not really needed. So, they want to remove blogger navbar. But, how to remove blogger navbar. You can follow the easy steps below.

1. Log in to your blogger account
2. Go to Design --> Edit HTML
3. Copy the code below, and paste above ]]></b:skin>
/* CSS to hide navigation bar */

#navbar {
height:10px;
visibility:hidden;
display:none;
}
4. Save your template.

NOTE : This trick only a knowledge! Because if you want to remove blogger navbar, that's break the blogger TOS (Terms of Service)

2 comments:

Post a Comment

:) :( :)) :D =))
Loading Comment Form