• I’m having trouble adding another small pic and some text in the footer area, in between the Site name, and the Simple Catch stuff. Where can I edit this, and what might that look like? Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Roman,

    You’re probably not going to get a lot of answers without a link to the site in question so we can take a look at what you mean.

    At a guess though, you probably want to add some extra HTML into your theme’s footer.php

    Thread Starter RomanRiot

    (@romanriot)

    Oh sure, thanks for that!

    Here’s the code from style.css:

    /* =Footer
    ————————————————————– */
    #footer {
    border-top:6px solid #ccc;
    height:60px;
    color:#666;
    font-size:12px;
    padding-top:30px;
    }
    #footer span {
    color:#999;
    font-style:italic;
    }
    #footer a {
    font-style:italic;
    color:#999;
    line-height:24px;
    }
    #footer a:hover {
    font-style:italic;
    color:#777;
    }
    #footer .copyright img {
    max-width:30px;
    height:auto;
    overflow:hidden;
    float:left;
    margin:0 20px 0 0;
    }

    #footer .powered-by {
    text-align:right;
    }

    So again, where can I put another image and some more text? Should I put it here, or somewhere in the footer.php?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need to add another logo and text into footer’ is closed to new replies.