Hello rebadler
Here’s what you need to do:
01. Open file /templates/ja_zibal/index.php
02. Around line 130 change this:
<div id=”ja-sh” class=”clearfix” style=”background:url(‘<?php echo $tmpTools->templateurl().”/images/”.$tmpTools->getParam(JA_TOOL_COLOR).”/”.$ja_headerimg; ?>’) no-repeat top right; “>
to this:
<div id=”ja-sh” class=”clearfix”>
03. open file /templates/ja_zibal/css/template.css
04. Around line 1526 change this:
#ja-sh {
color:#FFFFFF;
height:150px;
padding:0;
}
to this:
#ja-sh {
background: url(/* INSERT HERE THE PATH TO BACKGROUND IMAGE */)
color:#FFFFFF;
height:150px;
padding:0;
}
And that’s all. If you got any question or problem with this solution please let me know.
Cheers