|
Technology -
Blogging
|
|
Thursday, 03 July 2008 15:31 |
This is not a big issue for bloggers to Hide the Navbar.This article is for beginners of blogging.Follow the following steps: (1) Login to your blogger account and goto the Edit HTML of Layout. (2) Then, Paste this code after your template information.
#navbar-iframe { height:0px; visibility:hidden; display:none; }
For example ,like this.....
/* ************************** Name: WP Premium Blogger Template Design by: R.Bhavesh Additional thanks to: http://zonacerebral.com/
Converted into Blogger by: eBlog Templates URL: http://www.eblogtemplates.com/
Per the Creative Commons Atribution License, Please do not remove the footer credits. ***************************** */
#navbar-iframe { height:0px; visibility:hidden; display:none; }
|