Monday, June 13, 2011

Two Tricks for Removing or Hiding Blogger Navbar ?

Remove or Hide Blogger Navbar



Do you want to remove blogger navbar from your blog then you can remove blogger navbar very easily ? You can remove navbar by the two methods. Check the following methods.

(1) First Method for Removing Blogger Navbar


Step 1: Login to Blogger

Step 2: Go To Design -> Edit HTML



Step 3: Download Full Template

Step 4: Click on Expand Widget Templates See the image below for Step 3 and Step 4



Step 5: Now, Find ]]></b:skin> by Ctrl + F

Step 6: Insert the following code above this ]]></b:skin>

#navbar {
height: 0px;
visibility: hidden;
display: none;
}


Step 7: Now click on Save Template and Check your blog you will see Blogger Navbar will be removed from your blog.

Second Method for Removing Blogger Navbar


Step 1, Step 2, Step 3 and Step 4
are same as that of above First Method

Step 5: Find ]]></b:skin> by Ctrl + F

Step 6: Insert the following code above ]]></b:skin>

#navbar-iframe {
display: none !important;
}


Step 7: Now Click on Save Template and you will see Blogger Navbar will be removed from your blog.

If you have any problem for doing this, then you can ask here by giving Comment !

No comments:

Post a Comment