How To Remove The Navbar From Blogger
You see a navigation bar on the top of every blog hosted at Blogger. With this navigation bar, you can search blogs, visit the next blog, sign in or create a new account. but it looks annoying isn't? so removing the navbar from your blog is a good idea why? because without the navbar your blog will look professional.
And it's really easy to remove/hide the navbar from your blog just by following these easy steps.
Here we go:
Step 1: login to your blog
Step 2: click on the layout tab
Step 3:click on the edit HTML tab and you will see a code in your blogger template that looks like the code below:
/* Variable definitions
====================
<Variable name="mainBgColor" description="Main Background Color"
type="color" default="#fff" value="#ffffff">
<Variable name="mainTextColor" description="Text Color" type="color"
default="#333" value="#333333">
...
Step 4: add the following code above the code in step 3:
#navbar-iframe {
display: none !important;
}
Step 5 : click on save template and your done!!
No Response to "How To Remove The Navbar From Blogger"
Post a Comment