View Single Post
  #2  
Old 05-24-2011, 10:19 AM
  JWait's Avatar 
JWait JWait is offline
 

X-Man
  
Join Date: Nov 2005
Location: California
Posts: 2,440
 

Default Re: Changing colors in template

Do a search in your main.css and look for ECF3F7 which is the color of the "boxes" around the items not displaying.
Some specific things are

.checkout-payments tr.payment-details td {
background: none repeat scroll 0% 0% #ECF3F7;

div.address-book-link {
background: none repeat scroll 0% 0% #ECF3F7;

Which seem to be the boxes around the checkout data. I suggest changing the background color and not the text color as you have a dark color background on the rest of your site.

The part being "cut-off" is probably because your .checkout-container isn't set wide enough to contain all of the data.
__________________
Two Separate X-Cart Stores
Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux
Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series.
Integrated with Stone Edge Order Manager + POS

Version 4.1.12 Gold (fresh install) - X-AOM - Linux
Mods - XCSEO free
Reply With Quote