Friday 19 April 2013

How to Remove - Blogger Navigational bar?

Posted by Arun Kumar Choppara On 18:24 | No comments
The basic blog template will always display the blog navigation bar at the top of the blog.
The navigation bar will contain options to navigate to next or previous blog.
This navigation may give the vistors a chance of leaving the blog.

So deleting a Navigational bar makes the visitors to stay longer and view all the pages of the blog.
We need to edit the blog template HTML code.





 Now we will see how we can remove this from blog.

1. Go to Blog Dashboard -> Template -> Edit HTML

2. Find the following code in blog HTML (Use Ctrl + F in search bar to find the piece of code mentioned)
<b:skin>

3. Copy and paste the following code directly Before (or Above) <b:skin>
#navbar-iframe {display: none !important;}

NOTE: Here "display:none !important" means => do not display any and displaying them is not important.
And we are making the "navigation bar frame" to be not displayed on the blog.

4. Save the template and view the blog to see the changes.



If you like the post, take a couple of minutes to comment and share.
Your comments are most valuable and would help me come up with better posts.

0 comments:

Post a Comment

ABOUT ME

Founder & Author: Hi Friends, my name is Arun Kumar Choppara. I am a Software Engineer by profession and a passionate blogger. I have started blogging as a hobby and now addicted to it.
...Read More

Labels