I've searched the forums for an answer and have not come up with anything. Was hoping someone here could help me out. Our catalog page has a black background and we want to display product images that blend into it. The problem is, there seems to be a default white border around all our images that we just can't seem to remove. Can ANYONE please give me some insight? Our programmers are having a hard time figuring this one out.
here is a link to a test page with a few images uploaded to it: http://verticalsearchsolutions.com/Ski-C225.aspx
Hope this is enough!
Border around images in catalog page
Re: Border around images in catalog page
Please read following thread
viewtopic.php?f=44&t=8498
viewtopic.php?f=44&t=8498
Re: Border around images in catalog page
Thanks Mazhar, I did read that thread previously and sent that to my programmers-- had no luck with it. There wouldn't be some other method by any chance? Does Able put the white borders around the images as a default?? Or are my programmers just..um..missing something? =)
Re: Border around images in catalog page
in your current theme stylesheet locate following code
and change it as below
Code: Select all
.catalog .tableNode .Thumbnail
{
background:#FFFFFF none repeat scroll 0 0;
line-height:25px;
padding:5px;
}
Code: Select all
.catalog .tableNode .Thumbnail
{
/*background:#FFFFFF none repeat scroll 0 0;*/
line-height:25px;
padding:5px;
}