Forums

[resolved] Editing Footer (9 posts)

  1. LilDave
    Member
    Posted 1 year ago #

    I want to add A twitter and facebook icon link to my footer after the RSS feed icon. Is there anyway to change the CSS? Thanks!

  2. supergplus
    Member
    Posted 1 year ago #

    You can fully control your theme, if you site is not on wordpress.com. Look in the dashboard under appearance, or connect to your site via ftp and browse to /wp-content/themes/your-theme.

  3. LilDave
    Member
    Posted 1 year ago #

    This is for the Monotone Theme. I can't seem to get RSS, Twitter and Facebook in the bottom left part of the blog.

  4. 123milliseconds
    Member
    Posted 1 year ago #

    Please paste what you did so far at http://wordpress.pastebin.com/

    Select PHP syntax highlighting so we can easily read the code

    Post the link you get at pastebin here, so that we can look at it.

  5. supergplus
    Member
    Posted 1 year ago #

    Or can you give us a link?

  6. LilDave
    Member
    Posted 1 year ago #

    The blog is here. I'm trying to add RSS, Twitter & Facebook icon with links on the left bottom part of the blog.

  7. LilDave
    Member
    Posted 1 year ago #

    Here's the pastebin link. Thanks for the help!

  8. supergplus
    Member
    Posted 1 year ago #

    In your themes style.css file, try removing line 135 where you have position:absolute and margin-left:42px. That's causing the images to stack on top of themselves.

    If you want the three images to be on the bottom left, try this style instead:

    position:relative;
    right:42px;

    You also need to fix the path to your facebook icon. It's pointing to /images/facebook.png but it should be pointing to /daily/wp-content/themes/monotone/images/facebook.png.

    Good luck!

  9. LilDave
    Member
    Posted 1 year ago #

    Thank you so much supergplus!!!! It works perfectly now!! :)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags