Pages

How to hide NavBar in Blog

This is tutorial how to hide navigation bar (navbar) on blog :

1. First, login to blogger.com
2. Then go to Layout --> Edit HTML
3. Copy this code/script below and paste to tag head


#navbar-iframe {
display: none !important;
}
Like this :














4. Then, SAVE TEMPLATE


Good Luck...!!!