Footer Help

  • Unknown's avatar

    Hello,

    I have a question, how do I delete: Blog at WordPress.com. | The Mirror Theme. at the bottom of my footer. What is the code for me to copy and paste into my CSS?

    Also, How do I add our logo at the bottom (in the footer to the way left) as well?

    Thanks

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

  • Unknown's avatar

    Hi, it’s against the WordPress.com terms of service to remove the attribution links from the footer but they have just introduced a new feature where you can customise the footer credit somewhat so check that out.

    You can add a logo using the following CSS, just upload an image to your media library and replace the URL in the example below:

    footer#footer .footer-wrap {
    	background: url("http://placehold.it/150x40") no-repeat left center;
    }
  • The topic ‘Footer Help’ is closed to new replies.