Home › Forums › WoodMart support forum › Image border › Reply To: Image border
October 18, 2023 at 12:57 pm
#505073
Aizaz Imtiaz Awan
Keymaster
Hello,
Try to add the following custom css code in Theme Settings > Global custom css:
.thumbs-position-left.wd-has-thumb>.col-lg-9 .woocommerce-product-gallery__wrapper {
border: 1px solid red;
box-shadow: 2px 2px 2px 2px;
}
Best Regards.