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.
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.
No comments:
Post a Comment