Navbar is navigation bar provided by blogspot that shown on top of page.

Do you know that there's a way to hiding that ugly feature?
I don't know, is it legal or not, but if you want to remove navbar in your blogspot, here the way:
1. Sign In Blogger.Com
2. Click Layout >> Edit HTML
3. [in HTML code] Put the following scripts under code: <Head>

<style type='text/css'>
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
</style>
PS: you can easily get piece of code "what you are looking for" with "find" feature in your browser. If you use firefox, just press F3 to open it. Type <Head>, press enter
4. Final step, press "Save Changes"
-Finish-
0 comments:
Post a Comment