Brogan XenForo moderator Staff member Aug 24, 2021 #2 Do you mean links in posts? If so, add this to the extra.less template: Less: .message-body .link:visited { color: orange; } Upvote 0 Downvote
Do you mean links in posts? If so, add this to the extra.less template: Less: .message-body .link:visited { color: orange; }
Spartan Well-known member Aug 24, 2021 #3 Brogan said: Do you mean links in posts? If so, add this to the extra.less template: Less: .message-body .link:visited { color: orange; } Click to expand... 'That does help, but I'm looking to change the visited links in the list of threads in forum view. Hope that makes sense. Upvote 0 Downvote
Brogan said: Do you mean links in posts? If so, add this to the extra.less template: Less: .message-body .link:visited { color: orange; } Click to expand... 'That does help, but I'm looking to change the visited links in the list of threads in forum view. Hope that makes sense.
Brogan XenForo moderator Staff member Aug 24, 2021 #4 Less: [data-template*="forum_view"] { .structItem--thread a:visited { color: orange; } } Upvote 0 Downvote