Wednesday, May 5, 2010

How to Get Rid of The Blogger Navigation Bar

Go to Layout then Edit HTML

Find the following code; (it's near the top)

-----------------------------------------------
Blogger Template Style
Name: Rounders
Designer: Douglas Bowman
URL: www.stopdesign.com
Date: 27 Feb 2004
Updated by: Blogger Team
-----------------------------------------------


Then add the following code (copy and paste it from here) right underneath the above code

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

Save it and you are done!

0 comments:

Post a Comment