Ryu theme – changing hyperlink color within the post

  • Unknown's avatar

    Hello! I’ve been trying for hours, is there a way to change the color of link text within a blog post on the Ryu theme? Instead of the text where a hyperlink is being black, I would like it to be orange or peach. I played around with some of the CSS coding, but it changes the colors of all of the links (header, sidebar, etc) – I only want to change the ones within the post. Please help! Thank you!

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

  • Unknown's avatar

    Hi, I see you have spans on your current links. So you will need to remove those to see this at work. Or create a test post where you have links and didn’t change the color in the editor.

    This is set to the new color you added.

    .entry-content a {
    color: #ff9900;
    }

    Just copy and paste into your css editor and you will be all set.

  • Unknown's avatar

    *e-hug* that did it!!!! THANK YOU!!

  • Unknown's avatar

    Cheers, happy blogging!

  • The topic ‘Ryu theme – changing hyperlink color within the post’ is closed to new replies.