Showing posts with label quick way to remove navbar from blog. Show all posts
Showing posts with label quick way to remove navbar from blog. Show all posts

13.7.11

Quick steps to remove navbar from any template




.Log in to your blogger account
. Go to Design --> Edit HTML
. Search for   just press CTRL F  (]]>) Copy the code below, and paste above ]]>
  then SAVE your template..the navbar will be remove immediately


* CSS to hide navigation bar */

#navbar {
height:10px;
visibility:hidden;
display:none;



You may also like

Related Posts Plugin for WordPress, Blogger...