2
Ok this is the coding for your header. ( not a banner, its down by the footer in this theme )
<td id="obHead" > <td id="obHead" ><table cellspacing="0">
<tr>
<td width="258" rowspan="2"><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>/images/logo.jpg" alt="<{$xoops_sitename}>" width="258" height="106" border="0" />a>td>
<td width="203" rowspan="2"><img src="<{$xoops_imageurl}>/images/he2.jpg" alt="" width="203" height="106" />td>
<td id="obLog" ><{if $xoops_isuser}><img src="<{$xoops_imageurl}>/images/hwr.png" width="16" height="7" alt="" /> <a href="<{$xoops_url}>/user.php?op=logout">LOGOUTa> <img src="<{$xoops_imageurl}>/images/hwr.png" width="16" height="7" alt="" /> <a href="<{$xoops_url}>/user.php">ACCOUNTa><{else}><img src="<{$xoops_imageurl}>/images/hwr.png" width="16" height="7" alt="" /> <a href="<{$xoops_url}>/user.php">LOGINa> <img src="<{$xoops_imageurl}>/images/hwr.png" width="16" height="7" alt="" /> <a href="<{$xoops_url}>/register.php">REGISTERa><{/if}><br />
<span class="obUname" ><{$xoops_uname}>span>td>
tr>
<tr>
<td> td>
tr>
table>td>
Note the table id. "obHead"
look for this in the css.
#obHead {
height: 98px;
background-color: #00234A;
}
now change it to
#obHead {
height: 98px;
background-color: #FFFFFF;
}
now the dark blue on the right is white.
now edit the images to what you need and your set.