Monday, October 20, 2008

Hide The Navigation Bar Blogger

Sign into Dashboard, click LAYOUT for the relevant blog and then click the EDIT HTML sub-tab. This will open the template editor window. Look for this tag: </head>. Paste this script immediately above that tag:


<style type='text/css'>
#navbar-iframe {
display: none;
}
</style>


or

/*---Hidden navbar---*/

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


Preview, and if satisfied, click "Save Template".

ref: blogger-tricks.blogspot.com

Print This Page


0 comments:

 
© Copyright by TIPS TRICKS BLOG  |  Template by Blogspot tutorial