• dave_steepmedia

    (@dave_steepmedia)


    Hi guys,

    I’m working on this site: http://www.peteotway.com

    and I can’t for the life of me figure out how to fix the footer. At the moment there’s a section at the very bottom that is transparent, and there’s also an annoying smiley face that I can’t locate to delete.

    Could anyone help?

    Huge appreciation and the possibility of free cake if you can help.

    Cheers,
    Dave

Viewing 6 replies - 1 through 6 (of 6 total)
  • esmi

    (@esmi)

    What theme are you using? Where did you download it from?

    Evan Herman

    (@eherman24)

    Hey dave_steepmedia,

    The smiley face at the bottom of the page is placed there by the ‘Akismet’ plugin. This is just a visual representation to let you know Akismet is actively defending against spam. You can hide it using a CSS decleration. Something like this should hide it:

    #wpstats {
      display:none;
    }

    That will also remove the transparent area below the footer, which is created by the smiley face image.

    Thread Starter dave_steepmedia

    (@dave_steepmedia)

    Thanks so much Evan! Do I put it in footer.php?

    Evan Herman

    (@eherman24)

    You need to put that in style.css

    Thread Starter dave_steepmedia

    (@dave_steepmedia)

    Evan – you are my hero!

    Evan Herman

    (@eherman24)

    Glad I could help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Footer Issues’ is closed to new replies.