Navbar in Blogger blog has been one of the worst elements of blogging because of many reasons like it doesn't matches up with the blog template, it is not used much, it makes your blog look unprofessional.
But the Blogger navbar can be removed easily by just adding a bit of CSS code.
But the Blogger navbar can be removed easily by just adding a bit of CSS code.
- Goto Template and click on Edit HTML and click proceed
- Now look for the following code
- ]]></b:skin>
- If found, add the following CSS code just above it
- #navbar-iframe { display: none !important; }
- Then click on save template
- Navbar has been removed from your blogger blog.
