Follow these easy steps to paste the below CSS code :
CSS code to remove Navigation Bar in Blogger :
/* CSS to hid navigation bar */
#navbar
{
height:0px;
visibility:hidden;
display:none
}
/* CSS to hid navigation bar */
#navbar
{
height:0px;
visibility:hidden;
display:none
}
Select the tab page Template and then click on Edit HTML
Search for the text : body {
now paste the CSS code above the line in red.
This is how your template HTML code should look after pasting the hack code snippet
That’s all. From now onwards your blog will not display navigation bar.
No comments:
Post a Comment