How to Hide Navbar in Blogger
Category: Design
Everyone know that Navbar in Blogger (blogspot) blogs appears on the top of your blog. This f@cking Navbar is not a part of your design and everyone want to remove it. So, how to remove Navbar?
It is really easy
1. Go to Blogger dashboard.
2. Find your blog and click 'Layout' .
3. Go to 'Edit HTML'.
4. Find #header-wrapper line (you can click Ctrl+F on your keyboard and enter #header-wrapper, this is easy way to find this line=))
5. Now simply copy and paste the following piece of code directly above the #header-wrapper line:
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}
height: 0px;
visibility: hidden;
display: none;
}
6. Click 'Save Template'.
Now you don't have this annoying Navbar in your blog =)
Cheers
Read more:
Dear Guest, you are still unregistered user. We recommend you to register or log in under your name. Mocii is social blog, where you create and discover articles, tips, posts, questions, knowledge, experience, guides about everything, rate all posts, where you can submit linked posts from your blogs to promote whem and it is good place to communicate with other mocii users. Mocii is in 'Beta' now, feel free to join!
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Top Rated Posts:
» Powered by Intel Atom and finally redesigned MIU HDPC
» Motorola Aura Preview
» Top 10 of the most useful apps for Android phone
» MSI Wind 2 Netbook, November Release
» Finally Android open-source code for you
» Motorola Aura Preview
» Top 10 of the most useful apps for Android phone
» MSI Wind 2 Netbook, November Release
» Finally Android open-source code for you
Recent Posts:
» Prada Link - Watch for Prada 2 phone
» The iCEphone
» Touchgrind. App Store. November
» iTalk - Free Recorder for iPhone
» Motorola Aura Preview
» The iCEphone
» Touchgrind. App Store. November
» iTalk - Free Recorder for iPhone
» Motorola Aura Preview
|





