View Single Post
  #2  
Old 05-23-2008, 09:36 PM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: Font color change?

Your best bet for tracing CSS code is to use Firefox with the firebug addon - with this tool - you can inspect the page and will be directed to the CSS that is being applied.

It looks like this is the light color that is being applied to the text that is the same color as the background:
Code:
a:hover {skin1.css (line 18) color:#FFFBF1; text-decoration:underline; } a:link {skin1.css (line 10) color:#FFFBF1; text-decoration:none; }

The color being applied to your link is almost the same as the white background
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote