How to Remove Blogger Navbar
Blogger navbar [navigation bar] appears at the top of the page in most cases in default blogger templates. In case you need this to disappear then you can do it basically by adding a peice of code to your blog's HTML section. When you generate a new weblog with default blogger template; the navbar looks like this:
This is not so bad looking thing, but mostly bloggers don't need to see it. So they search for a prompt action for removing this navbar from their blogs. This post is the solution for it.
How to Remove Blogger navbar?
In this tutorial, we won't remove the navbar but we will just hide it.
So you can make it appear again if you want then. follow given steps to
do this task easily.
- Go to Blogger dashboard
- Template >> HTML >> Proceed
- Search for this piece of code
/* Variable definitionsJust above/before /* Variable definitions paste the following CSS line:
#navbar-iframe { display: none !important; }Save your template and you're done! View the blog and navbar won't be there.
0 comments:
Post a Comment