Blogging Tips
So many question from the blogger to know How to Hide or Remove Blogger Navigation bar. The simple trick to remove it is just paste this below code in your template code:
#navbar-iframe {
display: none !important;
}
below is the step to hide Blogger banner:
1. Logon to Blogger
2. On your Dashboard, select Layout
3. From the Template tab, click "Edit Html"
4. In your HTML code find this below code
/* Variable definitions
=================
5. Above that line of code paste this below code
#navbar-iframe {
display: none !important;}
6. Save
To put the Navigation Bar back simply just remove the code
Because now you no longer have Navigation Bar, you will now have to go to http://www.blogger.com to get your dashboard.
Related Topics:
How to Remove Underline below Text Link in Blogspot
How to add a PAYPAL DONATE button to your blog (Blogspot)
How to Create Link Exchange Box in your Blog / Website
How to Make Author Comment Have Different Color in Blogspot
How to Remove the Number of Label in Blogspot
How to use Strips Ad in Blogger
How to Hide / Remove Blogger Navigation bar
No comments:
Post a Comment