How to change the color of visited post title?

Posted in: Newspaper
Post count: 6

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

Post count: 20688

Hi,

So you want the code to affect only some elements. I could create it for you, what exactly do you want it to affect only? You want it only for the homepage or the whole website? Provide also a link to your website.

Thanks

Post count: 6

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

Post count: 6

Forgot to mention in my previous post, that I would like the code to effect whole site, not just front page!

Post count: 20688

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;
}

Post count: 6

Thanks a million Simion, that worked perfectly!

BR
Petra

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.