hide navbar in blogspot

actually, navbar in blogspot is usefully..
we can direct in to blogger.com with navbar, and we can see other blogspot..
but when i see navbar in my blog, i think is not good to my layout blogspot..
hmm, how to hide the navbar??
hmm, oke,, i will explain to all of you how to hiding the navbar..
to hide the navbar, you must write script at edit html on your blog..


#navbar-iframe {
Display: none !important;

}

that script you placed like this..
<head>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name: Minima Black
Designer: Douglas Bowman
URL: www.stopdesign.com
Date: 26 Feb 2004
Updated by: Blogger Team
----------------------------------------------- */
#navbar-iframe {
display: none !important;
}
/* Variable definitions
====================
<Variable name="bgcolor" description="Page Background Color"
type="color" default="#000" value="#000000">
<Variable name="textcolor" description="Text Color"
type="color" default="#ccc" value="#cccccc">
<Variable name="linkcolor" description="Link Color"
type="color" default="#9ad" value="#99aadd">

after that you save and see your blog..

0 comments:

Post a Comment