View Single Post
  #1  
Old 11-15-2004, 07:11 PM
 
JediSam04 JediSam04 is offline
 

Advanced Member
  
Join Date: Sep 2004
Location: Columbia, SC
Posts: 43
 

Default How do I change the font color on order_invoice.tpl

Hello Everyone,

Can someone please tell me how to change the Font color on order_invoice.tpl? I've tried adding "color: #000000" to the following but nothing works.

Quote:
<STYLE type="text/css">
BODY {
MARGIN-TOP: 10px;
FONT-SIZE: 12px;
MARGIN-LEFT: 10px;
FONT-FAMILY: arial,helvetica,sans-serif;

}
TD {
FONT-SIZE: 12px;
FONT-FAMILY: arial,helvetica,sans-Serif;

}
TH {
FONT-SIZE: 13px;
FONT-FAMILY: arial,helvetica,sans-serif
}
H1 {

FONT-SIZE: 20px
}
</STYLE>

My website has white text on black background, but on the order invoice I want a white background with black text. Is there something in the css that needs to be changed?
__________________
JediSam04
Version 4.1.11
X-AOM 4.1.10
PHP 5.2.6
MySQL 5.0.51a-community
Hosting by EWDHosting
DSEFU, Feed Manager, Custom mods
Reply With Quote