Sunday, January 27, 2013

How To Remove Navbar From Blogger



Navbar-Navbar is inbuilt in all blogger templates.Navbar is a bar on top of the blog it has many usefull things like-search,share and follow.

If you want to remove Navbar then there is no potion is there in blogger to remove navbar directly.So how to remove navbar a big question come in our mind.




To remove Navbar follow the following steps


Old Blogger Interface


  • Login to blogger account.  
  • Click on design button.
  • Now go to Edit HTML.
  • Now you will see template codes there.
  • In that template code find ]]></b:skin>
  • Now replace the code with following code.
#navbar-iframe,#navbar { display: none !important; }
]]></b:skin>

Now Save The Template And open your blog you will see that navbar disappear :D 


New Blogger Interface


  • Login to blogger account.  
  • Click on Template.
  • Now Click On Edit Html.
  • Now you will see template codes there.
  • In that template code find ]]></b:skin>
  • Now replace the code with following code.
#navbar-iframe,#navbar { display: none !important; }
]]></b:skin>
Now Save The Template And open your blog you will see that navbar disappear :D 

0 comments:

Post a Comment