How to Remove blogger Navbar | Disable or Hide blogger navigation bar using CSSto remove navbar from blogger you can use the following three simple steps
------------------------------------------------------
1. Go to Blogger Admin Interface -> Template -> Click on Customize
This will open the Blogger Template Designer
2. In the Blogger Template Designer go to -> Advance -> Add CSS
This will open the Add Custom CSS field
3. In the Add custom CSS field just Paste the following code and click on Apply to blog.
#navbar-iframe {
display: none !important;
}
display: none !important;
}
Now you can see that the Blogger Navibar is removed form your blog.
-----------------------------------------------------------
be vigilant and careful while doin html / javascript duties
coz it may lead to info leaks or slowing down or unworkability.
also check out google blogger terms and conditions.
----------------------------------------------------------
----------------------------------------------------------