css / wordpress
css / wordpress
Out of context: Reply #4
- Started 16 years ago
- Last post 16 years ago
- 12 Responses
- shitehawke0
Try changing the colour in this piece and see if that affects all of them. It could be something is triggering all of them to read as 'visited' when one of them is clicked.
.blogcontent a:visited {
color:#c8213d; << CHANGE THIS BAD BOY HERE AND TEST?
text-decoration:none;
font-weight: bold;
}