Hi Fri,
I will share my knowledge to hide NavBar in Blogger. If you are interested just try it. Below are you need to add in main Html Template page and the articles from http://blogger-templates.blogspot.com/2005/01/remove-navbar.html
I will share my knowledge to hide NavBar in Blogger. If you are interested just try it. Below are you need to add in main Html Template page and the articles from http://blogger-templates.blogspot.com/2005/01/remove-navbar.html
Remove the NavBar
- First > Log in to blogger
-Second > On your Dashboard, select Layout and click Template tab and then click Edit HTML. Under the Edit Template section you will see your blog's Html code.
- Copy the CSS definition and paste in the top of the template code below Blogger Template style in your blogs' Html code.
#navbar-iframe { display: none !important; }
If u want to show it again remove the code.