How to hack blogger: Removing the navbar
Ever wondered how to get rid of that annoying Navbar at the top of the screen? Well, wonder no more! Follow this simple procedure and say bye-bye to the blogger Navbar for good:
- Log in to blogger
- On your Dashboard, select Layout. This will take you to the Template tab. Click Edit HTML. Under the Edit Template section you will see you blog's HTML.
- Tick Expand Widget Templates
- Paste the code below directly above the #header-wrapper line in your blog's HTML.
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}
NOTE: Use (Ctrl + F) and type in #header-wrapper to quickly find the #header-wrapper line.
- Save your template and we're done!
From now on whenever anyone visits your blog, the blogger navbar will no longer be displayed.
Labels: Blogger Hacks
0 Comments:
Previous Posts
- How to recover deleted items in Microsoft Outlook ...
- How to change the registered user and/or company n...
- How to make Windows Vista shut down services faster
- Step by Step Driver Backup Using Portable Application
- How To Disable Firefox Scrolling Tab
- Want to try Linux Transformation Pack?
- How to clean spyware from your computer
- Stylish Zune Product Review
- How to extend Windows Vista's 30 activation period...
- AVG Free Anti-virus 7.5
Post a Comment