Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #294795

    Hello,

    I have bbPress installed. When someone visits the post, and returns to the forum, is there a way to make the link change colors so you know which post you have visited?

    Thanks for the help.

    #294886

    Hi olivemill!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    a.bbp-forum-title:visited {
    color: yellow !important;
    }

    Best regards,
    Yigit

    #295031

    That worked great for the individual forums.

    Is there a way to do the same with the topics?

    Thanks Again,

    Andy

    #295259

    Hey Andy!

    Try:

    .bbpress a:visited {
    color: yellow !important;
    }

    Regards,
    Josue

    #295282

    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;
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Visited Link’ is closed to new replies.