Friday, June 1, 2012

How to remove navigation bar in Blogger

1.Login to your blogger account
2.From your Dashboard opt for TEMPLATE
3.Now choose Edit Html and click PROCEED.
4.You will see your template code there.
5.In that template find something like:




-----------------------------------------------
Blogger Template Style
Name:     Simple
Designer: Josh Peterson
URL:      www.noaesthetic.com
----------------------------------------------- */



Or any other text from the template you use.
Under that, place below code.



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


That is it. Save it, and check your blog. Your welcome.
As you can see it here on our blog, it is working!

No comments:

Post a Comment