Saturday, June 14, 2008

Remove NavBar from Blogger.

Blogger NavBar is common feature for most of blogs hosted on blogspot. This NavBar at top of the site is set as default. But there is a really easy trick how to remove.

After you log on you go to Dashboard and select Layout and Edit HTML. In the very beginning of your code search for following (HTML code in bold must be entered in order to remove NavBar)..



<title><data:blog.pageTitle/></title>
<b:skin><![CDATA[/*

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

/* Variable definitions
====================
<Variable name="bgColor" description="Page Background Color"
type="color" default="#666666" value="#666666">



After you save and reload your blog again, Blogger NavBar will be away.

0 comments: