Posts Tagged ‘dashboard’

30
Sep

Removing The Navigation Bar In Blogger

   Posted by: admin    in Tricks

Removing The Navigation Bar in your blogger account.

  1. Log in your Blogger account.
  2. From the Dashboard, go to Layout
  3. Choose Edit HTML
  4. Scroll down, and look for :
    <b:skin><![CDATA[/*
  5. Copy and Paste:
    #navbar-iframe {
    	height:0px;
    	visibility:hidden;
    	display:none
    }
    
  6. Save your template and you are finished!

If you enjoyed this post, make sure you subscribe to my RSS feed!

Tags: ,