Blogging Tip: Hide the Blogger Navigation Bar

Many bloggers prefer to hide the 'Blogger navigation bar' located at the topmost 
part of the blog. This gives the blog a more professional look.

hide the navigation bar on blogger

To remove the navbar, the code given below is inserted at the template at the top of  /* variable definitions. 

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


Simply go to Layout then to Edit HTML
Then check the 'expand widget templates'
Search for /* variable definitions. 
Then paste the code at the top of /* variable definitions.
Save the template. 


insert the hide navigation bar code here


No comments:

Related Posts Plugin for WordPress, Blogger...