Border around product images?
-
Hi! Is there a way to create a border around product images?
Hello,
Border for an image on a product page – Please add this CSS to Theme Settings > Custom CSS
.product-images{
border:1px solid red;
}
Please replace “red” with the color you need.
Best Regards
Perfect, thanks! This works on single product pages, but I’d like to do the same thing on catalog pages. How would I go about doing that?
Hello,
Please add this CSS to Theme Settings > Custom CSS:
.product-grid-item .product-element-top {
border: 1px solid #000000;
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Border around product images?’ is closed to new replies.