Thread: text color
View Single Post
  #2  
Old 02-09-2007, 02:59 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: text color

You would need to use CSS to style those individual items. Surround them with a <span> or <div> tag with a class associated with it. Example:

<span class="white">text you want formatted</span>

Then in skin1.css, add a 'white' class:

.white {color: #FFFFFF;}

make sense?
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote