Remove footer image

  • Unknown's avatar

    I was wondering if it is possible to remove the image that is on the the bottom of the blog. I use the ”Baby blog” theme for my blog, but I don’t want the little ducks at the end. Please help.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Add this in the CSS editor:

    .duckies {
        display: none;
    }

    You will be able to answer such questions yourself if you install and learn to use Firebug in Firefox.
    And please note that CSS editing questions should be posted in the CSS forum, not the Themes forum.

  • The topic ‘Remove footer image’ is closed to new replies.