View Single Post
  #2  
Old 03-12-2008, 04:10 PM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: Product Picture Border

locate in your skin1.css the selector .ProductBorder

and change to...

.ProductBorder {
border:0;
}

Or if you're keen, and you want cleaner code, remove it all together from the relevant .tpl and then remove the .ProductBorder from skin1.css as it doesn't serve any function. But if you're unsure and may want to use it in future, keep it to border:0
__________________
Doms
kube v4.1.9
Reply With Quote