The DIY Blog Design Course is Now available in our shop!

Want to save time and learn the skills to design your own blog?!?!  DIY Blog Design is so easy, and in this course, I will walk you through the entire process, from coming up with ideas, to designing all of your elements (using a free online program), to installing your design on you blog.  It is fun, and can save you so much money (Custom Blog Design can get pricey).  CLICK HERE to purchase the course.

DIY Blog Design and Revamp Course: 28 Page Guide and 5.5 Hours of Video!

What are people already saying about the course?

  • “I really enjoyed the class it was awesome! Really liked your style of teaching. Things that before had seemed difficult to do, seemed a lot simpler after you had showed us how to do them.  I would recommend this class to anyone that wants to learn Blogger Designing.”
  • “I took Carolynn’s Blog class and have to say that it is amazing!!  I have had a blog since 2007 and if I ever wanted to change/edit it, I had to search online and spend hours trying to figure out how to remove/add  HTML codes.  Carolynn gives you the tools to easily change/edit your blog quickly and easily; plus she walks you through the entire process of designing to installing.  I highly recommend this class if you would like to learn how to make your blog FABULOUS!!  -Gretchen Clark (www.gretchenclarkblog.com). “
  • “Carolyn,  I recieved my Blog Revamp Course!!  I LOVE IT!!!  I’m gonna be late for church and I’m blaming it all on you!!! LOL   I can hardly wait to get back home so I can just take it all in!!!  You are just a wealth of information.”

 

What is the DIY Blog Design and Revamp Course?

  • The course is designed to teach you EVERYTHING you need to Design your own Blogger blog, from Start to Finish!

What do I need for the Course?

  • Nothing!  Well…. the internet, but that is it!  We will be using pixlr.com a Free, no Download required, photo editor to design with.

What is included in the Course?

  • 28 page Guide that walks you through the entire course and provides notes on the videos!
  • HTML & CSS Cheat Sheets
  • 8 Videos, broken up by section for easy review (5.5 Hours)

Give me a Breakdown of the Course

  • Part 1: Inspriration  -  In this part of the course I talk about how I get the creative juices flowing.
  • Part 2: Finding Cute Stuff  -  I will show you where I go to find great stuff, and I also teach you about Terms of Use, so that you legally know what to buy or download.
  • Part 3: Pixlr.com  -  I will walk you through the ins and outs of Pixlr.com to prepare you for designing your blog. (No Download or Sign Up required)
  • Part 4: Back-Up & Hosting  -  In this portion of the course, we will cover Setting Up a Test Blog, Backing Up your Blog, Uploading a Template, and Hosting images in Blogger or Photobucket.
  • Part 5: Beginning HTML & CSS  -  I will help you begin to understand HTML & CSS to make blog design less scary :)
  • Part 6: Firebug & Troubleshooting  -  I give you the tools you need to install your design and troubleshoot along the way.
  • Blog Design Walkthroughs  -  I will walk you through 2 full blog designs from planning to design all the way to installing it!

Why Should I take the Course?

  • Save Money!  Get a professional look for your blog with out the high cost of Custom Blog Design.  Not only will you save money once, you will always be able to update the look of your blog for years to come.
  • Convenience!  Once you have the hang of it, take full control over you blog design always.  Want to change it up for the season?  Now you don’t need to wait on your designer.
  • Just for Fun!  No, really, it is fun.  Designing your own blog doesn’t have to be frustrating, it is fun once you get the hang of it.

What is the Cost?

  • For the full month of November it will be on sale for $75.
  • After November, it will be the normal price of $99.
Pin It

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