Most of the Bloggers like smart look their blogs, Maximum number of Blogspot bloggers feel top Navigation bar is uncomportable. Reason for this Navigation bar Hide or Remove is allow visitors easily to other Blogs.
Various methods May hide,but some critical to new bloggers, So i suggest this method.
How to hide or remove Blogger Navbar Procedure
Go to Dashboard >>Layout >>Edit Html >>Down your template to backup.
Find the words #navbar-iframe (Almost top of Template)
Add this line in this section:
Display:none;
For Example
#navbar-iframe{
height:0px;
visibility:hidden;
display:none}
Save Template. Check the webpage, If Navbar hide, Process completed.
If you face any space problems on top of the page add the following code to your template.
To place this code Find the words body{ (Using search option)
body{
margin-top:0px;
position: relative;
top: -50px; }
Add the above code in suitable place.
Save your template,Over.
You can also read how do better post to Blog
No comments:
Post a Comment
Hello, Write Your Here...