Before you do anything…back up all of the files mentioned below…so you can return them if you are not satisfied with the look. Good luck.
In the template/images/blue/ folder copy the following files into the default folder overwriting the files with the same names:
header-bg.gif
body-bg.gif
Then change template.css (line 19) to read:
body#bd {
background:#042733 url(../images/body-bg.jpg) repeat-x scroll center top;
color:#20576A;
}
And make template.css (line 835) read:
#ja-header {
background:transparent url(../images/header-bg.gif) repeat-x scroll left bottom;
height:auto !important;
min-height:160px;
}
And to change the footer….
In template.css (line 1172)
replace the #ja-footer code with the following:
#ja-footer {
background:#011821 none repeat scroll 0 0;
border-top:1px solid #011F2A;
color:#072F3B;
}
There may be additional tweaking necessary, but this should get you started.
John.
=======================================
Remember to Click “Thank You” when you find a post useful.