I got the right code to work. This changes the color of a topic title once visited. It makes it real simple to see which topics have been read.
Thanks for the help.
.bbp-topic-title a:visited {
color: orange !important;
}
That worked great for the individual forums.
Is there a way to do the same with the topics?
Thanks Again,
Andy
Thank you, that worked perfect.