Usually, after creating a new blog, u will have navbar at the top of your blog.


How to hide or remove Blogger NavBar? Follow below steps:

1. Goto blogger.com & login


2. On Dashboard, click Layout > Edit HTML




3. On Edit Template, put below css declaration

.navbar {
visibility: hidden;
display: none;
}
between <b:skin><![CDATA[ and ]]></b:skin>

(click the image to enlarge)


for example:
<b:skin><![CDATA[
/* maybe theme info here */

/* maybe variable definitions here */

.navbar {
visibility: hidden;
display: none;
}

]]></b:skin>

4. Save Template


[back to top]

NONE

Articles

Comments

Recent Customizations

Recent Tips

Recent Tricks