O Old Time RockenRoll Member May 7, 2022 #1 How do I change the visited link color for the conversation list at /forums/conversations/ ?
O Old Time RockenRoll Member May 7, 2022 #2 Ok let me rephrase. How do I make on both thread list and conversation list different colors when it has been read versus having new posts. Upvote 0 Downvote
Ok let me rephrase. How do I make on both thread list and conversation list different colors when it has been read versus having new posts.
O Old Time RockenRoll Member May 7, 2022 #3 Code: .structItem-title a {color: black} .is-unread .structItem-title a {color: #2577b1} This works well for the threads list page but does nothing for the conversation list page. Upvote 0 Downvote
Code: .structItem-title a {color: black} .is-unread .structItem-title a {color: #2577b1} This works well for the threads list page but does nothing for the conversation list page.