Sunday, November 18, 2007

Get Rid of Navbar Blogspot

CAUTION NOTE : Before trying the following steps, make sure you have backed up your initial template by clicking on "Download Full Template".

Navbar refers to the navigation bar appearing on the top of any blogger blog with a ""search blog", "flag blog", "Next Blog>>" on it.

Steps to remove Navbar from your blog :

. Click On Template

. Go To Edit HTML

. Tick Mark the "Expand Widget Template"

. Find the following portion of code in Template HTML code,

#content-wrapper {
padding: 0 1em 0 1em;
}

. Copy-Paste following lines of code (in red below) just above #content-wrapper code that you found in the step above

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


. Click Preview to check if this works, if nav bar goes off, click "SAVE TEMPLATE"

No comments: