(with this combo the shadow doesn’t show)
/** START fix image shadow + lightbox + overlay issue **/
.et_pb_image.et_pb_has_overlay a.et_pb_lightbox_image {
display: initial !important;
}
/** END fix image shadow + lightbox + overlay issue **/Code language: CSS (css)