Hi all,
i want to add a border around each product under my product listing. I am using column display and did a mod to make it show in grid. i tried adding the following css codes:
.productListing-data img {
border: 1px solid #000000
}
this did nothing and
.listingProductImage {
border: 5px solid #4d4d4d
}
which only bordered the image and not price/description
anyone please help me!! thanks~ i need the grid to show in fix dimension, every grid 1 product





