Tuesday 18 August 2009

How to hide Navigation Bar (Navbar) Blogger

You may sometimes see a blog that still appeared navigation bar.defaultly when you create a blog, navigation bar will appear which is located at the top of the blog. Navigation bar allows you to speed up to log in to your account (dashboard) to edit or add a post. Because you can simply press the Sign in button to enter your dashboard.



navigation bar
If you've removed it, then you need edit template, you must log in to your account, use link below:
Blogger
(or type http://www.blogger.com on your browser adress bar)


To hide it, you can use the following procedure:

1. Login to your dashboard
2. Select Layout => Edit Html => Check "Expand Widget Templates"

hide navigation bar

3. search code as below

[CDATA [

4. Enter the following code after the code above

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



5. Click Save Template button. Please See the changes on your blog.

Related Posts by Categories



No comments:

Post a Comment

Random Posts