Support » Fixing WordPress » Figured out how to change all link colors except…

  • Resolved spiffyj

    (@spiffyj)


    My link colors are changing as expected except for the post titles hover color. Is this a seperate file or something? I added…

    a:link {
    color:#DC2F1F;
    }
    a:visited {
    color:#710F06;
    }
    a:hover {
    color:#DC2F1F;
    }
    a:active {
    color:#B02C20;
    }

    …to the bottom of my stylesheet.css file. I’m using wordpress 2.0.5. When I hover on the post title above the blog entry the link changes to blue still; but it works fine on the sidebar and even works fine under the post where there are links.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Figured out how to change all link colors except…’ is closed to new replies.