ok then Just Follow Below Steps.
Follow these easy steps and copy the below CSS code :
CSS code to remove Navigation Bar in Blogger :
/* CSS to hid navigation bar */
#navbar
{
height:0px;
visibility:hidden;
display:none
}
Now Log in to your blogger account and select the Layout of the blog which you want to modify. Select the tab page Template and then click on Edit HTML
Search for the text : body {
This is how your template HTML code should look after pasting the hack code snippet
|
Bookmark this post:
|
|

0 comments:
Post a Comment