Hiding Blogger Navbar
Hiding Blogger Navbar
Heres the simple instructions to hide bloggers official Navigation bar.
1. Log-in to your Blogger Account.
2. Go to your Dashboard > Template > Backup/Restore >
Back Up you Template!
3. Go to your Dashboard > Template > Edit HTML >
4. Click CTRL and F and find ]]></b:skin>
5. Using the code below, paste it above ]]></b:skin>.
- #navbar-iframe {
- height:0px;
- visibility:hidden;
- display:none
- }
visit link download