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)
-   -   Color change question, conflict (https://forum.x-cart.com/showthread.php?t=35818)

rtharden 11-30-2007 08:11 AM

Color change question, conflict
 
I am editing the default template on X-Cart. Light & Lucid. I have a new install of 4.1.9. No mods. The only changes have been to template files.

http://www.cherrycorals.com

I am converting the theme from white to black. Everything is very near completion, nothing fancy.

I was doing a test checkout today and noticed that when completing the order, I got the order confirmation screen which was white. Which also had white text. Which looks like this picture below:

http://www.aspiderwebdesign.com/images/invoice.JPG

I narrowed this down to one line in the skin1.css.

TD {
FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
COLOR: #ffffff;
FONT-SIZE: 11px;

This originally was a combined line with several others, I broke it down for ease of customizing different areas. Anyway, if I change this to black then it also changes some other font areas to black as well. In the image below the product detail is white, if I change the above to black, I get black on black here.

http://www.aspiderwebdesign.com/images/invoice1.JPG

Is there a file I can edit to only change the invoice page as shown in the first image?

Or create a different line in the skin1.css to make the text in the invoice black and nothing else? Like:

INVOICE {
FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
COLOR: #ffffff;
FONT-SIZE: 11px;

Any help is appreciated!

SpinyMan 01-25-2008 10:12 AM

Re: Color change question, conflict
 
open "mail/html/order_invoice.tpl" file and find a string in the begin
Quote:

bgcolor="#ffffff"
Just delete it and save.

rtharden 01-25-2008 10:48 AM

Re: Color change question, conflict
 
Thanks! Worked perfectly. 8)


All times are GMT -8. The time now is 06:46 AM.

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