Hello!
How can I change the color of visited post title only? Tried couple of css-codes, but they all changed something else too 🙂
https://www.screencast.com/t/BkIH0Yy0
Would not want to the visited link color to change on the top section, where the title is on top of the picture. But everywhere else.
Thank you!
BR
Petra
Hi Simion!
Thanks for your reply. The website in question is
https://innovaatiot.hoivajaterveys.fi
I would like the code to effect to post titles, so that the viewer can easily see what posts he has already read -> visited title link should be different color than normal title links.
But on the front page we also have this area on top, where the post titles are on top of images. I don’t want the code to effect on these, as the desired visited link color (#6f91c1) isn’t readable on top of images.
Now it looks like the visited post link is gray, and would like that grey color to be #6f91c1.
Hopefully this explained!
Thanks!
BR
Petra
Forgot to mention in my previous post, that I would like the code to effect whole site, not just front page!
Try a code like this and see if it works as you want
– http://prntscr.com/k9xe0p
– http://prntscr.com/k9xexy
It does not apply to the top grid
.td_module_wrap .entry-title a:visited {
color: #6f91c1;
}
Thanks a million Simion, that worked perfectly!
BR
Petra