• Resolved suburose

    (@suburose)


    I am brand new to WordPress and CSS so I am having a little trouble figuring out what I need to change.

    I am able to change the link color for all links on my blog but only want to change the color for links added in a post. {when I change the color it changes the sidebars, titles, and everything that has a link].

    Please help!

    Blog

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try adding this to your CSS

    .entry a {
    color:#fff;
    }

    Just change the color to whatever you like.
    you can also do the same for the hover affect

    .entry a:hover {
    }

    Thread Starter suburose

    (@suburose)

    that did it!!

    thanks for your quick response. ??

    I have the same problem but It adding “.entry a ” code didn’t fix it. My links overwrites my post-titles color. I want the titles to disregard the color of the posts. What do I need to do?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing Link Color in Posts ONLY’ is closed to new replies.