how to hide or remove blogger navbar(navigation bar)
a simple ways for remove the blogger navbar or navigation bar.
To hide the Blogger Navbar :
1- Log in to blogger
2- On your Dashboard, select template-customis.
3-Blogger Template Designer-Advenced-Add CSS.
4- Paste the next code and click in Apply to blog
To hide the Blogger Navbar :
1- Log in to blogger
2- On your Dashboard, select template-customis.
3-Blogger Template Designer-Advenced-Add CSS.
4- Paste the next code and click in Apply to blog
#navbar-iframe {
display: none !important;
}
5-view your blogger blog
Leave a Comment