View Single Post
  #2  
Old 08-03-2005, 02:35 AM
  Dongan's Avatar 
Dongan Dongan is offline
 

X-Wizard
  
Join Date: Jul 2005
Location: www.mercuryminds.com
Posts: 1,531
 

Default

Hi,

Making changes for the first one should be at

skin1/customer/main/products_t.tpl

For the seconde one, you should edit,

skin1/customer/main/product.tpl

Create 2 classes in skin1.css

For example,

.products_back
{
BACKGROUND-COLOR: #FFFFFF;
}
.product_back
{
BACKGROUND-COLOR: #FFFFFF;
}

Call these 2 classes on your table or table row
Reply With Quote