Hide the Blogger Navbar

While this one isn't necessarily an SEO tip it will make your blog look more professional and will enhance the overall user experience, so in the end it will serve the same purpose.

So you want to hide that ugly navbar at the top of your blogger blog?. Easy, just go to the Layout tab and clic on Edit HTML, this will bring up the XML source of your template (be carefull here). Then just insert this CSS code and save:

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

It's that easy!!!
..

0 comments:

Post a Comment