If you want to change the text you need to change the template parameters to text instead of logo. Then you can put a headline and a subhead (slogan). If you want to change the logo as an image then you use image in the parameters, but replace the logo file in this place
templatestpl_vauxite_j15images (default is logo.png)
You may need to adjust template.css in the logo area to adjust if your logo has different height & width. The areas of css you may need to change are below:
/* HEADER
——————————————————— */
#ja-headerwrap {
background: url(../images/header.gif) repeat-x left bottom #333333;
position: relative;
z-index: 100;
}
#ja-header {
height: 91px; line-height: normal;
position: relative;
}
h1.logo, div.logo-text H1 {
margin: 0;
padding: 0;
font-size: 300%;
}
h1.logo a {
width: 219px;
display: block;
background: url(../images/logo.png) no-repeat;
position: absolute;
height: 52px; top: 20px;
left: 0;
}
Hope this helps.
Cheryl