I never happened to like the Blogger Navbar at the top of my Blog and I bet all the Bloggers have the same opinion.
Ok... lets waste no more time and get into our work. Lets learn HOW TO REMOVE BLOGGER BETA NAVBAR
- First, login into your blogger (beta) account and click Template.
- Now, click on Edit HTML. Wait... look at the code and go to line which says
/* global
----------------------------------------------- */
Infact, you can add the hack code anywhere in the stylesheet but I reccomend you to do as I said so that you don't screw up the layout. - Now add this style (the hack code) anywhere in the stylesheet
#navbar #Navbar1 iframe{
display:none;
visibility:none;
} - Save the changes and have a look at your new Blog. You'll find that the Navbar has disappeared
Also please let me know if you have any problems using the hack code.
No comments:
Post a Comment