.............................................................................
Are you looking how to hide Navigation bar in Blogger?
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 HTMLSearch for the text : body {This is how your template HTML code should look after pasting the hack code snippet
Are you looking how to hide Navigation bar in Blogger?
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 HTMLSearch for the text : body {This is how your template HTML code should look after pasting the hack code snippet
0 comments:
Post a Comment