Friday, November 2, 2012

How to Remove Navbar from Your Blog by using 3 different easy ways


Method 1:
Step 1: goto Layout of your Blog and click on Edit of Navbar present on right upper corner.
Step 2: on pop up window that is Navbar Configuration select off radio button and click on save button.

Method 2:
Step 1: goto Template click on Edit Html button and then click on Proceed.
Step 2: Whether you are using Chrome or Firefox press F3 and make a search type navbar and replace your navbar code with this code
 #navbar-iframe
 {
   display: none !important;
}
then click on Save Template.
which is also shown with blue background in the image


Method 3:
Step 1: Goto Template->click on Customize button
Then you'll able to see Blogger Template Designer.
Step 2: Then in Blogger Template Designer goto Advanced tab and click on Add CSS tab.
and then search for navbar code already present there and Replace that code with following code.
and if navbar code not already present there then copy below code and paste there.
 #navbar-iframe
 {
   display: none !important;
}
Then click on Apply to Blog button.


Also Read How to Create,Edit and Remove Labels in Your Blog
Also Read Show Twitter following Button on your blog

No comments:

Popular Posts