Shelley Well-known member Jun 8, 2013 #2 I'm sure it's in the Style Properties somewhere but haven't access to my admincp atm you could try pasting in the following in EXTRA.CSS template and adjusting the colour to your preference. Code: .discussionListItems .title a {color: red;} Upvote 0 Downvote
I'm sure it's in the Style Properties somewhere but haven't access to my admincp atm you could try pasting in the following in EXTRA.CSS template and adjusting the colour to your preference. Code: .discussionListItems .title a {color: red;}
EQnoble Well-known member Jun 8, 2013 #3 You can always do this as well to differentiate between categories with unread and those with all threads read Code: .unread .nodeText .nodeTitle a { color: #000000; } .nodeText .nodeTitle a { color: #C0C0C0; } Upvote 0 Downvote
You can always do this as well to differentiate between categories with unread and those with all threads read Code: .unread .nodeText .nodeTitle a { color: #000000; } .nodeText .nodeTitle a { color: #C0C0C0; }
wichern.k Member Jun 9, 2013 #4 EQnoble said: You can always do this as well to differentiate between categories with unread and those with all threads read Code: .unread .nodeText .nodeTitle a { color: #000000; } .nodeText .nodeTitle a { color: #C0C0C0; } Click to expand... Thank you very much Upvote 0 Downvote
EQnoble said: You can always do this as well to differentiate between categories with unread and those with all threads read Code: .unread .nodeText .nodeTitle a { color: #000000; } .nodeText .nodeTitle a { color: #C0C0C0; } Click to expand... Thank you very much