You may have seen the navigation bar in the blog. If you want to design your blog like a professional website, you may want to remove or hide your navigation bar. Here are the simple steps to do it.
First open the 'LAYOUT.' In that, third tab is 'EDIT HTML'. Click to open that. Now, you can see html codings of your blog template.
Search for the word, 'Page structure' in the codings. Somewhere under that just copy and paste the code I give below.
/* CSS to hid navigation bar */
#navbar
{
height:0px;
visibility:hidden;
display:none
}
Save the settings. Finished. Just see your blog. The navigation bar is gone.
How to hide navigation bar in blog?
7:22 AM |
Labels:
Hiding Navigation Bar
Posted by
SUMAZLA/சுமஜ்லா
Subscribe to:
Post Comments (Atom)







2 comments:
I COULD REMOVE THE NAVIGATION BAR BY YOUR VALUABLE SUGGESTION.THANK YOU.
M.A.SUSILA
http://www.masusila.blogspot.com
thank you susila. i will post this link in tamil also so that more users be benefitted by this.
Post a Comment