Hide or Remove Blogger Navbar in Blogger Beta
Blogged By Kishore Duddekunta on Tuesday, December 05, 2006
Post Comments|| Email Friend|| Add On Del.icio.us ||BookMark It||Print Page ||Stumble It!
By creating your BlogSpot Site, you agree that Pyra has the right to run such advertisements and promotions.You also agree that you will not attempt to block or otherwise interfere with advertisements displayed on your BlogSpot site via JavaScript or any other means. Doing so is grounds for immediate termination of service. The manner, mode and extent of advertising by Pyra on your BlogSpot Site is subject to change.You also agree that you will not attempt to block or otherwise interfere with advertisements displayed on your BlogSpot site via JavaScript or any other means. Doing so is grounds for immediate termination of service. The manner, mode and extent of advertising by Pyra on your BlogSpot Site is subject to change.
To start off you need to:
- Login to Blogger Beta In the Dashboard
- Click on the Link Template
- In the Template click on the Link Edit HTMLHere
- you can see the blogger template code and now look for
- place the below code in betweens the above style sheets and you are ready to go
Method1: (for Blogger Beta)
Using CSS style of hiding the Navbar. We write a simple piece of code
#navbar-iframe /* Indicating to the Navbar ID */
{
height: 0px; /* Reducing the height of the Navbar to 0px */
visibility: hidden; /* Reducing the visibility to hidden */
display: none; /* Remove the display option(indirectly hiding it */
}
Method 2:(source:Bloggeratto)
#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
For those who are still using blogger version you can implement the method 1 by replacing #navbar-iframe with #b-navbar and the hack does work out well
Users let me know your comments if the technique works for you













Readers Comments!
Kishore, I like reading your techie tips! :) One small suggestion - near the "Post a comment" link, there's so many other icons that it distracts one. Is there some other way you can arrange the other icons so that the "Post a comment" link stands out? :)
My $0.02..keep up the good work! I'll keep coming back to this blog..
hello..
enna ore techaa ezhuthara!!!
subha
Yup i guess i will change the layout a bit to make some room near comment posting section
Priya.
Yup just started to techie blog... how do you like it
How to apply this for new blogger?