View Single Post
  #4  
Old 05-24-2011, 04:44 PM
  JWait's Avatar 
JWait JWait is offline
 

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

Default Re: Changing colors in template

Look in skin/common_files/modules/One_Page_Checkout for the first one.
The default ".checkout-payments tr.payment-details td" is
is
.checkout-payments tr.payment-details td {
background: #ecf3f7;
margin: 0;
padding: 10px;
}
and div.address-book-link is
div.address-book-link {
height: 35px;
background: #ecf3f7;
width: 100%;
vertical-align: middle;
position: relative;
}
I don't know where the "none repeat scroll 0% 0%" part came from or what it does that has been added to yours.

To make the background transparent change background to
background: transparent; or background: transparent none;

Try each one to see if either works for you.
__________________
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