Make Your Blogger Navbar Fade In and Out

Tutorial from Brooke of Babbling Brook Designs

There are some out there that do not like the blogger navbar. Mostly because it makes their blog look like, well… a blog. There are tutorials on how to remove it completely from your blog somewhere floating out there in the great chasm that is the internet. Or you can just find it here.

Personally I like the blogger navbar but that’s because I use it all the time. It’s useful to be able to navigate through a blog while I work on designs. I honestly don’t really notice the blogger navbar, it’s just there. I do however notice when it is entirely missing on someone’s blog. Heaven forbid I actually have to get back to my blogger dashboard by typing blogger.com into my browser. But it’s still annoying.

So someone somewhere came up with a lovely solution. It’s a fading Navbar that shows up when you hover over it with your mouse. Is that not the best idea ever? Okay maybe not the best idea ever but it’s still a good one and it makes me happy.

The original tutorial for making your blogger navbar fade is found at Spice Up Your Blog. He has many great blogger tutorials. Including one where your navbar appears at the bottom of the blog. I don’t know why you would want that but hey it’s there.

So here’s the long and short of it.

Oh wait its SUPER short.

1. Go into your Design section of your blog.

2. Click on edit HTML

3. Find this code

]]></b:skin>

(The easiest way to do this is to Press the Ctrl and F at the same time and a little search box will pop up at the top of your browser window. Type in and it will take you right to it.)

4. Copy the grey code below and paste it into your HTML just BEFORE the code you found.

#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}

5. Save your template.

You now have a Blogger navbar that fades in and out.

30 Minute FREE Blog Makeover! Did I meantion that it is SUPER EASY!!!

30 Minute Makeover:  Easy Free Blog Design

Make this blog in 30 Minutes or less, with NO design software!  This is how I did it:

1. I started with the Blogger’s Pink Watermark Theme.

Blogger Watermark Template (Pink)

2. I installed Shabby Blog’s Mod Men {W}.  Use the instructions from her website (When you click on “Get the Code”).

This is what it should look like now….

3. To fix this, you need to go to your Template Designer and your Background page, and click on “Remove image“.

Then click on your Advanced page and “Backgrounds“.  Then Change the color of the Background and the Footer to Transparent.

4. Next I got rid of the drop shadow on the top and bottom of the Navigation Bar, and as well as behind the Post Section, by copying and pasting the following code in the “Add CSS” page of the “Advanced” tab: (seen below)

.tabs-inner .PageList, .tabs-inner .Labels {
box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
.post-outer {
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

5. Next, I customized the Tabs Background, Tabs Text, Links, Date Header, Post and Gadgets.  All located on your Advanced page.  There, I change colors, fonts, and font sizes.

6. Next, I downloaded this free Header image from the Background Fairy.

7. Then go to pixlr.com and Open the file, and use the Type Tool on the left to add your text.

8.  Finally upload your header, and center it if needed.  Here is a tutorial that shows you how to center your blog.  This was the code I added to center mine:  (I also added a margin to the top and bottom just to give it some nice white space)

.header-outer {
margin-left:100px;
margin-bottom: 40px;
margin-top: 40px;
}

There you have it!!  Super Cute!

30 Minute Makeover: Easy Free Blog Design

I have been working on a couple boards on my Pinterest, with my Favorite Free Backgrounds and Free Headers, Check it out HERE :)

How to Move Your Blogger Navigation Bar Above Your Header

How to Move Navigation Bar Above Header

Step 1: Go to your Edit HTML page, and do a ctrl F (find):  <div class='tabs-outer'>

Find

Step 2: Do a Right Click > Cut (or ctrl X) from <div class='tabs-outer'>  to the </div> before <div class='main-outer'> (as shown below)

Step 3:  Paste (right click>Paste) that code a few lines up, right BEFORE <header>, and ADD this code right below what you just pasted:

<br/>
<br/>

(shown below)

Final Step:  PREVIEW your template before you save it!  If it looks good, then save :)