06:13
How to Remove the Blogger NavBar
If you want to hide the Blogger NavBar just paste the code between style tags In your template :
<style type="text/css">
#b-navbar {
height:0px;
visibility:hidden;
display:none
}
</style>
If you want to show the Blogger NavBar just remove the code.
|
This entry was posted on 06:13
You can follow any responses to this entry through
the RSS 2.0 feed.
You can leave a response,
or trackback from your own site.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment