
04-12-2013, 03:48 PM
|
 |
Junior Member
|
|
Join Date: Sep 2012
Posts: 27
|
|
HI,
Is it possible to modify this code and add a double border (border: 5px solid #ffffff border: 3px solid #000000) so that it'll look like a picture frame?
/* for images on Grid View*/
div.ecwid-productBrowser-productsGrid-productTopFragment img {
border: 1px solid #000000 !important;
}
|