Monday, 24 September 2012

How to Remove Blogger Navbar

 

Navigation bar in blogger is default and it is there for the users through which they can easily navigate to other blogs.But many of blogger not like navigation bar and want to remove it but since it is default so we can not remove it but no need to worry ,we can hide it...hiding of nav bar is so simple,just go through the below post :-




Step.1.Sign in to your blogger account and click the layout button next to your blog name



 
Step.2.Next,click the edit html tab as shown in the below picture.



 
Step.3.Add the below html code as specified in the below picture.
#navbar {
      height: 0px;
      visibility: hidden;
      display: none;
}




 
Step.4. Save the changes.

If you want the navigation bar again then simply remove that code and save changes.
 



0 comments:

Post a Comment