Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #320565

    I’ve removed the footer area as my client didn’t want the larger footer area and have just included the socket area but I’d like to know if it’s possible to add an image to this area?
    Cheers

    #320570

    Hi Rustybucket!

    Please go to Appearance > Editor and open Footer.php file and find

    <span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>

    then add your image right above it

    Regards,
    Yigit

    #531360

    Hey Yigit! ive tried doing this, but am unable to display my image.

    Basically i copied the URL of my image and pasted it right above the link that u mentioned above in Footer.php

    #531767

    Hey!

    You need to use the img html tag. http://www.w3schools.com/tags/tag_img.asp

    Example:

    <img src="IMAGE URL HERE" />
    

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.