Blogger Navbar
So you have a web blog on Blogger.com and you want to remove the Navbar on the navigation bar that goes with it.
The Navbar is sometimes annoying and is just eating up space on your blog pages that it is reasonable to just remove it.
Step-by-step Instruction:
1. Sign-in to your account in Blogger.com
2. Click the Design link on your blog you want to edit.
3. Click the Edit HTML link.
4 Search for < / head > on the textarea containing HTML line of codes.
5. Copy and paste the following code just before :
<style type="text/css">
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}
#navbar {
height:0px;
visibility:hidden;
display:none;
}
</style>
6. Click the SAVE TEMPLATE button.
7. Open your blog and see if the Navbar was really removed. You may have to refresh the page if it is already opened by the time you clicked the SAVE TEMPLATE button.
So you have a web blog on Blogger.com and you want to remove the Navbar on the navigation bar that goes with it.
The Navbar is sometimes annoying and is just eating up space on your blog pages that it is reasonable to just remove it.
Step-by-step Instruction:
1. Sign-in to your account in Blogger.com
2. Click the Design link on your blog you want to edit.
3. Click the Edit HTML link.
4 Search for < / head > on the textarea containing HTML line of codes.
5. Copy and paste the following code just before :
<style type="text/css">
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}
#navbar {
height:0px;
visibility:hidden;
display:none;
}
</style>
6. Click the SAVE TEMPLATE button.
7. Open your blog and see if the Navbar was really removed. You may have to refresh the page if it is already opened by the time you clicked the SAVE TEMPLATE button.
No comments:
Post a Comment
Confused? Feel free to ask
Your feedback is always appreciated. I will try to reply to your queries as soon as time allows.
Note:
Please do not spam Spam comments will be deleted immediately upon my review.