Monday, February 1, 2010

Hide default navbar menu and search from your blog

Hi, if you want to hide the default navbar, search and other menus displayed at top, do follow below three stes.

1. Login to Blogger then klick "Layout --> Edit HTML".
2. Copy the code below and insert into your tag styles section.

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

Good Luck., happy bloging

No comments: