• Resolved LilDave

    (@lildave)


    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!

Viewing 8 replies - 1 through 8 (of 8 total)
  • 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.

    Thread Starter LilDave

    (@lildave)

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

    Alwyn Botha

    (@123milliseconds)

    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.

    Or can you give us a link?

    Thread Starter LilDave

    (@lildave)

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

    Thread Starter LilDave

    (@lildave)

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

    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!

    Thread Starter LilDave

    (@lildave)

    Thank you so much supergplus!!!! It works perfectly now!! 🙂

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