Wednesday, September 12, 2012

Hide/Delete blogger Nav bar

SreeNair | 12:14 AM |

What is blogger Navbar

Blogger navbar allows users to easily navigate to other random blogs and it also has a feauture to search the blogs ,and mark any blog as spam.People love to remove/hide this bar because they tend to believe that it is more cosmetic with out it.

This is very simple.Just see how I have done it.Right click to find the source code.Just before the variable declaration part you will find the following style declaration.

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

Do not remove the navbar altogether.

Google with a request."How to remove/hide the blogger navbar.

 

No comments:

Post a Comment

Leave a commend here