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?