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]

  • Published by tmwwtw in: ,
  • If you like this blog please take a second from your precious time and subscribe to my rss feed!

No Responses to "Hide or remove NavBar"

Leave a Reply

Articles

Comments

Recent Customizations

Recent Tips

Recent Tricks