Every Body who is using the default Blogger template might notice a Navigation Bar which is usually above Header.Blogger says it navbar.Navbar is very cool.We can find search box,Share,Sign in a Blogger,Designing directly.We too can follow the other favorite Blog.Look at screenshot of navbar
But why people want to remove it.The reason might be because of unnecessary link like report abuse,Next Blog.If visitor click them then they may lose out of your Hand.We too can design it our self as we wish like you have only access to choose selective colors.We cannot remove link link report abuse..We can say it is stubborn.Many professional designer says blog looks better without navbar.Today we are going to hide navbar using display:none
method.Then what are you thinking.
Removing Navbar
- Go to Blogger.com(Dashboard)>Design or Template>Edit HTML
- Find
]]></b:skin>
in code window. - Add the following code just above it.
#navbar { height: 0px; visibility: hidden; display: none; }
- If you are using classic Template then use
#navbar-iframe
instead of#navbar
- Click on preview Template.
- If it works then click on Save template.
Restoring the Navbar.
You might like the navbar and want to add it in blogger then find the code similar to step 3 then remove it and click on Save Template.
Before Removing Navbar I would request to visit this link.
Subscribe for free
Thanks for visiting Blogger Rounder.We can subscribe to Blogger Rounder's by RSS feed or email updates.
0 comments on "Removing or Restoring Blogger Navbar.":
Post a Comment
We Love To Hear Comments from You.Comments are Welcome.You can comment here regarding this Post.If it is not related with the post you can ask a question by Contacting Us.Before Comment Please Subscribe To our RSS or email updates.Publishing Spam Comment is Not allowed.If you want to Add Code then Please Encode it.
Simple Tags like <a> ,<strong>,<b>,<em> and <i> are allowed for preventing spam