This Blog is deleting...

Please go to my new Blog:

http://itnews24h.blogspot.com


Loading...
Custom Search

Wednesday, October 22, 2008

Hide Navbar From Blogger Layout

To hide the Blogger Banner :

blogger navbar

- Log in to blogger

- On your Dashboard, select Layout. This will take you to the Template tab. ClickEdit HTML. Under the Edit Template section you will see you blog's HTML.


Find the tag body {

- paste the below code after the body { tag in the Html Section:



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

Or Use

div.navbar {
opacity:0.0;
display:none;
}

Or You can Place If both not works

#navbar-iframe { display: none !important; }

If you have any problem you can post on comments.


No comments:

Post a Comment

------------------------------

Related Articles