Sunday, November 27, 2011

Steps for Hiding / Disabling Blogger's Topmost Horizontal Bar (NavBar)

Blogger's NavBar is the topmost horizontal bar that let you search, sign-in, etc. Hiding it may look professional but a lot of blogger seem to like it there better. So these are the easy steps for Hiding / Disabling Blogger's Topmost Horizontal Bar (NavBar):

1. Go to Template and choose Customize.

2. Select Advance and scroll down until you see the Add CSS.

3. Select Add CSS and add the following codes.
#navbar {
    display:none;
}
#navbar-iframe {
    display:none;
}
4. Then click Apply to Blog button.

No comments:

Post a Comment