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
|