I am trying to load a new logo image with is in a GIF format, and I must be missing the obvious but I cant find out where to amend the template to read the new ‘logo-default.gif’ file instead of the ‘logo-default.jpg’ file.
Can anyone help with this issue.
Thanks
Iain</blockquote>
Hi iainmac,
You can find and replace the image via the index.php file
<h1>
<a href="index.php"><img src="<?php echo $ja_template_path;?>/images/logo-<?php echo $ja_color; ?>.jpg" alt="<?php echo $mosConfig_fromname?>" /></a>
</h1>
change the .jpg into gif. You will need to replace all the availabe color.