How to remove the navigation bar on your blog
If you would like to remove this blue navbar:
Go to your layout tab and select Edit HTML. Hit 'ctrl f' to bring up the find box. Paste this in there: /* Variable definitions
Copy this code: .navbar {display:none;} and paste it directly above /* Variable definitions.
Preview and save!
Your blog will now look like this:

You will now need to go to your dashboard to access your blog.
