Home Forums WoodMart support forum Image border Reply To: Image border

#505073

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.