X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   How do I change the font color on order_invoice.tpl (https://forum.x-cart.com/showthread.php?t=10398)

JediSam04 11-15-2004 07:11 PM

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?

mffowler 11-15-2004 08:30 PM

Hmmm ... I don't see any color tags in the css. You can either put it in the body: COLOR: #000000; or just use <font color="#000000">Your text</font>, the old school html equivalent. Sounds to me like your css context was wrong.

- mike.//

JediSam04 11-16-2004 12:16 PM

Thanks Mike! I added the HTML and it works! :D


All times are GMT -8. The time now is 05:48 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.