I took a generic 3-column theme and then edited the colors and formatting to match my current 2-column theme.
Testing website is http://sdangit.com/wp_sd2/
However, I cannot get the hovering over visited links to work. It works fine in the 2 sidebars as well as the footer and in my stylesheet I've listed hover AFTER visited link as such:
a:link, a:visited {
padding: 3px 1px;
color: #C00101;
text-decoration: none;
}
a:hover {
padding: 3px 1px;
background-color: #C00101;
color: #FFFFFF;
text-decoration: none;
}
Can anyone take a look at this and see what I'm doing wrong? Thanks in advance.