In the Day 6 of “Build Killer WordPress Design With Catalyst tutorial”, your task is to choose, then import a new skin into Catalyst WordPress theme.
Ok, let me start:
First at all, go to wp dashboard, then moving the mouse over the Catalyst icon(1) in the sidebar, and click on Advanced Options(2).

Next page, you have to click on ‘custom Widget Areas’(3), then add a new widget area by clicking on ‘Add another’(4).
At this point, choose a name for your widget, e.g. ‘Footer’(5) and select the hook(6) e.g ‘catalyst_hook_before_footer’ (if you want to add the widget before footer in both the home page and single page). Remember to select the layout(7).

Now click “Custom CSS”(8), and in the text box(9) add the following piece of code below:
.custom-width {
width: 240px;
}

Click on ‘Save Change’ button to save all changes.

Move your mouse over ‘Appearance’ and select, then click on ‘Widgets’(10)

Drag 4 time ‘Text widgets’ to the sidebar(in the widget call ‘footer’ you’ve just created), and add the code on each widget. Change the code in each widget as you need.
<form style=”border:1px solid #ffff; width: 230px; height:300px; background:#242424; padding:7px;text-align:left;”>
<h3>WHO IS BEHIND THE3DTECHNOLOGIES?</h3>
<br />
<img style=”margin: 4px; border: 3px solid black;” src=”/db/2011/01/nicola.jpg” alt=”" width=”90″ height=”95″ />
My name is Nicola Deiana, started blogging in August 2006, and I’m a full time Blogger making living from this new technology. I’m a honest blogger who want tell you all that you must know to be a freelance publisher writer and how I made to make money online from this job.
</form>
Note: If you have still not download Catalyst theme, you can do it directly from here
This is the 4th part of “Build Killer WordPress Design With Catalyst”. Other part includes:
- 1° part: Build Killer WordPress Design With Catalyst: How I Set Up A Double Sidebar On My Site
- 2° part: Build Killer WordPress Design With Catalyst: How To Set Up A WordPress Slide Show On The Site With Catalyst
- 3° part: Build Killer WordPress Design With Catalyst: How To Add Adsense Into Catalyst WordPress Theme
- 4° part:Build Killer WordPress Design With Catalyst: How To Create A Gradual Fade Background With Catalyst Theme
- 5° part:Build Killer WordPress Design With Catalyst: How To Import A Skin Into Your Catalyst Theme
- 6° part:Build Killer WordPress Design With Catalyst: How To Add A Cool Footer Into Catalyst WordPress Theme

NOT ENOUGH?
This is the book I used to make my sites so beautiful. If my tutorials aint enough for your purposes and you want to learn more about Catalyst theme I’ll suggest to use this guide too. Read more.


































