Remove the navbar in blogger

Posted by Alex on Saturday, December 08, 2007

Using this hack if you want to remove the navbar from your blog.


1. copy the code below


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



2. and paste it before


.body{
background:$bgcolor;
...
}




Related Posts


0 comments: