Re: Customizing Default Home Page in Fashion Mosaic Template?
OKay. Found the section in the CSS file which changes the attributes of the thumb nail border.
In the CSS file called altskin.css in your \skin1\ folder, find around line 1219:
It should look like:
.product-details .image .image-box img {
border-style: solid;
border-width: 9px 7px;
border-color: #d6f2cc;
}
.products .image .image-border {
width: auto;
border-top: 1px solid #abcd9b;
background: #d6f2cc none;
padding: 9px 9px 9px 7px;
text-align: center;
}
To give you a white border and no top horizontal line, change the two sections to:
.product-details .image .image-box img {
border-style: solid;
border-width: 0;
border-color: #ffffff;
}
.products .image .image-border {
width: auto;
background: #ffffff none;
padding: 0px;
text-align: center;
}
Give it a try - I think this is what we were looking for.
John
__________________
X-cart Gold v4.3.0
Fashion Mosaic
X-Magnifier
|