Hi,
You can add these lines to the Custom CSS:
.woocommerce .product-item-inner, .single-product .product-item-inner{
-webkit-box-shadow: 0px 0px 3px 0px green;
-moz-box-shadow: 0px 0px 3px 0px green;
box-shadow: 0px 0px 3px 0px green;
}
.woocommerce .product-item-wrap.active .product-item-inner, .single-product .product-item-wrap.active .product-item-inner, .woocommerce .product-item-wrap:hover .product-item-inner, .single-product .product-item-wrap:hover .product-item-inner{
webkit-box-shadow: 0px 0px 7px 0px green;
-moz-box-shadow: 0px 0px 7px 0px green;
box-shadow: 0px 0px 7px 0px green;
}
.woocommerce .product-info h3, .single-product .product-info h3{
color: green;
}
.single-product-image-inner #sync1 img{
border: 2px solid green;
}
Best regards,
tb.