Home › Forums › WoodMart support forum › Product Page Customisation › Reply To: Product Page Customisation
February 26, 2018 at 3:14 pm
#42322
Artem Temos
Keymaster
Hi,
You can change the border with the following CSS code, but unfortunately you can’t resize them to 80×80
.product-image-thumbnail img {
border: 2px solid #efefef;
}
Regards