Thanks guys...

The issue is that if you try and set a dark header background with a light header text color, then the "Pages: " text is not visible because it maintains a dark text color.

BTW:  Don't bite on all the "slick" feature requests.  The reason I like this forum software is the fact that it is lean and mean.  Quick little bugger.  If people want "feature bloat", then there's plenty of choices out there.

Thanks for everything....

The following line in viewtopic.php is missing the class attribute on the TD tag...

<td><?php echo $lang_common['Pages'].': '.$pages ?></td>

and should be...

<td class="punhead"><?php echo $lang_common['Pages'].': '.$pages ?></td>

I noticed this when I was modifying the stylesheet to my taste and it didn't change.

Thanks...