Blogging is a habit for most of the Students. And it is a good one too, since one can develop writing skills with the help of this activity indirectly. But, many people do not know how to deal with the inbuilt templates and layout specified. It is a known fact that we can remove or add the gadgets in a layout, but the unknown thing here, is that we can even remove or change the default things(commonly called as 'bars').
In this post, I'm going to show you "How to change/hide or remove the NavBar from blogger?"
First of all, let me show you what a NavBar is....
In this post, I'm going to show you "How to change/hide or remove the NavBar from blogger?"
First of all, let me show you what a NavBar is....
A NavBar looks as shown above and is present at the top of your blog page. Now, to change/hide or remove this, you need to follow some steps, which I'll discuss below.....
Removing The Blogger Navbar:
1. Login to your Blogger account, click on your blog name and navigate to Layout.
2. Look for the Navbar text and click on the Edit link as shown in the picture below:
3. When the pop-up window appears, scroll down and select Off, then click on Save button:
4. That's it.. You are done !!!!!
This is the simplest method which anyone can understand and implement easily.
Method 2:
In this method you will have to add some piece of code in blogger default template to remove the blogger navbar. Follow the below given steps:
1.Go to blogger dashboard:
2.Go to template --> Edit html --> Find the blow code:
3. Just above the Variable definitions line, paste the following lines:
#navbar-iframe { display: none !important;}
4. Now, click on Save Template Button, and your are done..!!!
Navbar is now hidden...
5. This seems to be complex if you are not familiar with HTML Code, but with the steps described here, you can do it very easily....
You can follow any of the two methods described above......
Navbar is now hidden...
5. This seems to be complex if you are not familiar with HTML Code, but with the steps described here, you can do it very easily....
You can follow any of the two methods described above......
From now, you are aware of a trick which lets you to hide the navbar in your blog and make your blog more good-looking. Share it with your friends, so that they too can experience the same!!!!
No comments:
Post a Comment