How to Create a Seamless Border around your Blogger Blog Layout & have a transparent background behind your Header

This tutorial was requested. If you would like to request a tutorial, visit our “Make a Request” page.

In this tutorial, I am going to show you how to take a standard blog layout (with the white section all the way down the middle, and replace it with a Header that has a transparent background, a post section and a footer section.  This way, you have a border all the way around your posting area, from the header to the footer (Like seen below).  Click here to learn how to make these elements using Pixlr.com OR Purchase a Set in my Shop for less than $5!

Blogger Blog Layout with a Transparent Background behind the Header and a Border all the way around the Header, Post Section, and Footer.

 

Step #1

The first thing that you need to do, is to change your template to the White Simple Theme.

Template, Simple Theme, White

 

Step #2

Next, you need to add your chosen background.  I am adding this Chevron Background from my shop.  If you need detailed instructions on how to add a seamless pattern background to your blog, check out my tutorial here.

Upload Seamless Pattern Backgroun

 

Step #3

Upload your Header.

Upload your Header in Blogger. Click on Layout and Edit.

Header Added in Blogger(Don’t worry if your header is cut off, or not centered like my example above… we will fix that later)

 

Step#4

We are going to move our header above our “content-inner” and we will also move our Footer below our “content-inner”.  This is how we do that.  Go to your Template and Edit HTML.

Template and Edit HTML

Then you are going to scroll way down until you see <header> and you are going to select from <header> all the way down to </header>.  Then you are going to Cut (right click > CUT) all of that text…

Cut Header Code

…and Paste it directly under <div class=’content-outer’>.

Paste Header Code

 

Next, we also need to move the Footer Code.  I you scroll down some more, you will see <footer>.  You need to select from <footer> all the way down until </footer> and Cut it (right-click Cut).

Cut Footer Code

Then you need to Paste it (right-click Paste) right below the first </div> after <!– content –> (like seen below).

Paster Footer Code

 

Now your blog should look something like this:

Screenshot of Blog Thus Far

 

Step #5

Now we need fix the sizing and add your images.  So head over to your Template Designer, under Template and Customize.

Select Template and Customize

Click on Advanced and Add CSS.

Advanced and Add CSS

There you will add this Code:

.header {
width: 1000px;
}
.content-inner {
background: url('POSTING BACKGROUND IMAGE URL HERE');
background-color:transparent;
padding-bottom:10px;
padding-left:40px;
padding-right:40px;
padding-top:10px;
width: 920px;
}
.footer-inner {
background: url('POSTING BACKGROUND IMAGE URL HERE');
background-position: bottom;
width: 1000px;
}
.footer-outer {
background: url('FOOTER IMAGE URL HERE');
background-repeat: no-repeat;
background-position: 2px bottom;
border: 0px;
padding-bottom:59px;
width: 1000px;
}

Then you will need to customize the code to suit your blog. If your header is 1000px wide, then all the number values are correct, if not, then use the info below to set yours up right. **If you need to know how to host your images, or find your “Direct Link – Image URL”, I have a tutorial here.

Code Description

Phew! Did you get through that :) That is it, now you should have a lovely seamless blog design!

Blogger Blog Layout with a Transparent Background behind the Header and a Border all the way around the Header, Post Section, and Footer.

How to Remove Shadows from the Simple Theme in Blogger.

I have found that the Simple Theme is a really great theme to work with when designing blogs, but I always need to get rid of the pesky shadows to have a nice clean slate for designing.

Get Rid of these Shadows in the Simple Theme of Blogger:  Post Background Shadow, Header Text Shadow, Post Image Shadow, Sidebar Image Shadow

 

All you have to do, is go to your Dashboard, and select “Template” and “Customize“…

Select Template and Customize

 

That brings you to your Template Designer, where you will need to go to your “Advanced” tab and click on “Add CSS“.

Advanced and Add CSS

 

Here are the codes that you need to paste in that section.

To get rid of the Header Text Shadow, paste this:

.Header h1 { text-shadow:none; }

 

To get rid of the Post Area Background Shadow, paste this:

.content-outer { -webkit-box-shadow:none; box-shadow:none; }

 

To get rid of you Post Image, Sidebar Image, & Profile Image Shadows, paste this:

.post-body img, .post-body .tr-caption-container, .Profile img, .Image img, .BlogList .item-thumbnail img { -webkit-box-shadow:none; box-shadow:none; }

 

That’s It :)  Super Simple!

Dawn by Design

So I was going through some of the new requests submitted, and someone asked for a tutorial on how to add a post divider using the new templates.  So I did a little digging looking for a tutorial and I came across Dawn by Design’s Blogwear Tutorials.  The tutorials that she had were great, so I went ahead and just listed some of them on my Blogger Tutorial Page.

Dawn by Design | Digital Goodness for Scrappers & Bloggers
Here is a list of the tutorials that I added to my directory:
Adding a blog header in Blogger (tutorial by Dawn by Design)
Adding a post divider image in Blogger – New Templates (Tutorial by Dawn by Design)
Customizing template colors in Blogger (tutorial by Dawn by Design)

How to Add a Free Blog Background to your Blog using any of the Template Designer “Simple” Themes

I have noticed that there are a lot of people out there still using the Minima theme for their blog, simply because the free blog background codes don’t work well with the new Template Designer Themes.  I will be working on tutorials for all the different themes.  In this first tutorial, I will show you how to add a background to all 7 of the “Simple” Themes.

Step #1: Select the Simple Theme that you would like to use.

Default Blue Simple Theme

Step #2: Find a Free Blog Background that you like and copy the code (right click > Copy, or ctrl + C on your keyboard).  I picked a background from Shabby Blogs.

Shabby Blogs Free Background Code Screenshot

Step #3: Go to your Blogger Dashboard and click on “Add a Gadget” (it doesn’t matter where, I just usually pick one of the bottom ones).

Add a Gadget

Step #4: Select the “HTML/JavaScript” Gadget.

HTML/JavaScript Gadget

 

Step #5: Paste (right click > Paste or ctrl V on your keyboard) the free background code in the text area and click on Save.

Free Background Code in the HTML/JavaScript text Field

 

This is what it will look like now:

Screenshot of Simple theme with a Free Blog Background before changes

 

Step#6: Go to your Template Designer and click on the Advanced tab, and then the Backgrounds tab.  No change your Outer Background, Main Background, and Header Background to Transparent.

Screenshot of Template Designer Background Colors

 

Step #7: Go to your Adjust Widths tab, and change the width size to fit within your new blog background.

Adjust Widths

If you are using the Blue, Orange, Grey, or White version of the Simple Template, then you are finished here, if you are using the other versions (that use images), continue on to the next steps.

Simple Template with a Free Blog Background

 

If you are using one of the other themes, you blog might look something like this.

Simple Template with a Free Blog Background

Step #8: Go to your Background Tab and click on “Remove image

Background Tab of Template Designer

 

You can either stop at this point, or if you still have a header image, like below, then move on to the next step.

Screenshot of the Header Image in the Simple theme

 

To get rid of that gradient image, add this code to your Advanced > Add CSS :

 

Add CSS to Remove Header image

 

Finally, if you have a line going through the width of the page, underneath the Header/Menu Bar (the green Simple template does that).  Then go to the Advanced Tab, and Accents, and change the “Separator Line Color” to Transparent.

Line Seperator Color

 

There you have it, you can use any of the simple themes with a Free Blog Background!

Add a Free Blog Background to a Simple Theme Template

Using Firebug to Troubleshoot CSS and HTML on your Blog

I think that one of the biggest complaints that I get with the new Template Designer templates, is that when you go into your Edit HTML page, it really isn’t all that clear what is going on. The old Minima template was pretty straight forward, and easy to troubleshoot. In this tutorial, I will show you how to use Firebug, an AWESOME browser add-on that makes it so easy to navigate the new templates. Hope you enjoy it :)

Unable to display content. Adobe Flash is required.