Blogger Navbar |
How to remove the Navbar in Blogger:
1. You'll have to login to your blogger account and select the blog site that you'll want to remove the Navbar.
2. Next select Template and Click Edit HTML. Please see the images below as guide.
Click Template |
Click Edit HTML |
4. The last step is to paste the following code #navbar { display: none; } right above </b:template-skin>. See screenshot below.
Insert code above </b:template-skin> |
You can also try a different code:
#navbar {
height:0px;
visibility:hidden;
display:none
}
That's how you remove navbar in blogger. Now click preview and Save changes. I hope you'll find this helpful, please subscribe and share this to your blogger friends. Happy blogging!
0 comments:
Post a Comment