Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27020

    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

    #132482

    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

    #132483

    Brilliant!

    Thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘logo in socket’ is closed to new replies.