Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27745

    Hi there,

    I would like to add some text with an graphic icon just on the right side of the blog name which is shown on the left site of the lower navigation at the bottom of the page. Where do I have to put that in the footer.php code?

    #135204

    Hey,

    You can find this code:

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

    Below, add the text and image:

    <span class='graphic-text'><img src="IMAGE URL HERE"></span>

    Add this on your custom.css or Quick CSS:

    .graphic-text {
    float: right;
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘how to add smal text with graphic icon in footer navigation’ is closed to new replies.