View Single Post
Old June 20th, 2007, 05:34 PM   #4 (permalink)
thescrap
Junior Member
Verified Customer
 
Join Date: Feb 2006
Posts: 2
I actually found it by doing a search through all pages, decided to try RED instead of the color code, and that came up with a ton of hits. So I used your advice and checked the page source, then searched for "color: red" and found it.

It's actually not part of the CSS files, it's hard coded in the pp-inc.php file on line 4581

$printdate = "<span style=\"color: red; font-size: 7pt;\"><b>$printdate</b></span>";

Once I changed that, all is perfect!

I thought I might post how I fixed it in case someone else has the same problem, it's not a CSS issue.

Mike
thescrap is offline   Reply With Quote