![]() |
How To Remove Navbar In Blogger |
So Bloggershangout.com present a trick
"How To Hide Navbar In Blogger"
or
"How To Remove Navbar In Blogger"
or
"How To Hide Navabar"
Its only our perception that we are removing the navigation bar from the blog but it is not true. We are just hiding the navigation bar in the blog.
Step 1: Login into your blogger account.
Step 2: Choose the blog for which you want to hide the navbar or navigational bar
from dashbord.
Step 3: Select design and then select edit html.
Step 4: Copy this Css definition
/* Css for Hiding Navbar */
#navbar{ display: none;}
or
/* Css for Hiding Navbar */
#navbar-iframe{ display: none;}
or
/* Css for Hiding Navbar */
#navbar{ height: 0px;
visibility: hidden;
display: none;
}
Step 5: Paste the Css definition below this line
<b:skin><![CDATA[/*
paste Css definition here...
Step 6: Preview the blog and then save the template.
If you have any doubts about this blogger trick don't hesitate to comment.
Comments
Post a Comment
Share your comments with us to improve bloggershangout.com