
02-20-2012, 10:28 AM
|
 |
Ecwid Team
|
|
Join Date: Feb 2010
Location: Ecwid headquarter
Posts: 5,876
|
|
Quote:
Originally Posted by Woitas Acres
This is something I'm trying to implement on my site and have not been able to get this code to work. www.woitasacres.com/shop
PLEASE HELP
|
In order to add border for product image on products list you should add following code to your CSS theme:
Code:
/* for images on Grid View*/
div.ecwid-productBrowser-productsGrid-productTopFragment img {
border: 1px solid #000000 !important;
}
#000000 color code you can change as needed according to the HTML color codes chart.
__________________
Maya N., Ecwid Team
------------------
Welcome to our new Help Center!
|