How to hack blogger: Removing the navbar
- 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.
No comments:
Post a Comment