Print Screen from Dai-b blog
So, you decide which is the best for you. To have it on or off? >3
Hehe..anyways, why not you try it by yourself. You always can change back by simply removing the code.
Login to your blog->Click "Layout"->Click "Edit HTML"
Step 2
Scroll down and seek for "body {.....}"
Step 3
Ok..please listen carefully, add the code below this section
Step 4
Click "Save Template"->"View Blog"->You are Done!
Explanation
Blogger navbar serves some purposes. Such as it helps other Blogger to allocate your blog when they click the "Next Blog>>" searching for other blogs randomly. Not to mention that it's easy go to login page otherwise you have to go Blogger login page to login.So, you decide which is the best for you. To have it on or off? >3
Hehe..anyways, why not you try it by yourself. You always can change back by simply removing the code.
Steps
Step 1Login to your blog->Click "Layout"->Click "Edit HTML"
Step 2
Scroll down and seek for "body {.....}"
body { background:$bgcolor; margin:0; color:$textcolor; font:x-small Georgia Serif; font-size/* */:/**/small; font-size: /**/small; text-align: center; background-image:url(http://blablabla.jpg); background-attachment: fixed; background-position : Center Center; background-repeat : no-repeat ; } |
Step 3
Ok..please listen carefully, add the code below this section
body { background:$bgcolor; margin:0; color:$textcolor; font:x-small Georgia Serif; font-size/* */:/**/small; font-size: /**/small; text-align: center; background-image:url(http://blablabla.jpg); background-attachment: fixed; background-position : Center Center; background-repeat : no-repeat ; }
margin: 0; padding: 0; display: none; visibility: hidden; } |
Step 4
Click "Save Template"->"View Blog"->You are Done!