Quantcast
Channel: PhpBB3 BBCodes
Viewing all articles
Browse latest Browse all 256

Snippets • Color unread forum titles and topic titles

$
0
0
Color unread forum titles and topic titles

Colouring unread forum titles and topic titles is a missing phpBB feature.
You can get it by adding this to your css
Only tested on prosilver.

Code:

/** Colour unread titles*/[class*="forum_unread"] a.forumtitle,[class*="forum_unread_subforum"] a.forumtitle {color: #CC0000;}[class*="topic_unread"] a.topictitle {color: #CC0000;}
You can replace this color: #CC0000; with the color you prefer.

Statistics: Posted by Stoker — Yesterday, 15:30



Viewing all articles
Browse latest Browse all 256

Trending Articles