Hi there,
simple one this… How do I add a logo.png to the socket and replace the existing copyright text (aligned to the left)?
Cheers
Andy
Hi,
You can edit footer.php, find this code
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
Add this code on top of it:
<?php echo '<div id="footer-logo"><img src="IMAGE LOGO HERE"></div>'; ?>
Regards,
Ismael
Brilliant!
Thank you