How to Hide, Disable or Remove Blogger Blogspot NavBar?

Please note that according to the term and condition of blogger.com, you’re not allowed to remove or disable the navbar unless you host your blog under your own server. This tutorial is meant for those that host their blog outside of blogger.com, but the code does work for blogs hosted with blogger.com.
Step 01
This tutorial is on how to hide,disable or remove the blogger navbar (also known as the navigation bar) from your blog. First go to ‘Layout’ –> ‘Edit html’.

Step 02
Copy and paste the code provided below (as shown in the image below) and insert it into the template, the code can be inserted anywhere in the template.
#navbar {
height: 0px;
visibility: hidden;
display: none;
}

How to Disable Remove Windows Startup Programs Application
Bought a new computer but it appears to be sluggish? This is due to the ’startup’ programs that comes pre-installed with every software. Programmers loves to sneak in a few line of codes that enables their applications to boot up together with Windows, usually these programs runs at the background without our knowledge, thus using up RAM and processing power in turn causing our computer to be sluggish.
Here is a simple tutorial on how to disable these programs from booting up or starting up whenever windows Vista or Xp boot. First, select the ‘Run’ command.

Once done, a dialog box will appear and type ‘msconfig’ as shown in the image below. Hit ‘ok’.

Another dialog box will appear, select the ’startup’ tab and proceed disabling or enabling the programs that you wants it to boot up together with Windows. Hit ‘Ok’ when you’re done.

Restart your comp, the next time when your windows bootup, a dialog box would appear and it says, you have modify some setting… blah blah blah, just check on the only ‘check box’ that say ‘never show this again’ and hit ‘ok’.
That’s all folks, no software needed.
Related Articles:
Similar posts you may be interested in based on past browsing
