Saturday, June 18, 2011

How to remove the navbar that shows up at the top of your blog?

Insert the following two lines in between your blog's
layout section in HTML view.

#b-navbar { height:0px; visibility:hidden }
body { position: relative; top: -32px; }

0 comments: