This image has 3 design settings:
- Open in lightbox
- Show an overlay
- Show a box shadow
But the box shadow doesn’t show.
It can be fixed with this custom CSS
.et_pb_image.et_pb_has_overlay a.et_pb_lightbox_image
{
display: initial !important;
}
This image has 3 design settings:
But the box shadow doesn’t show.
It can be fixed with this custom CSS
.et_pb_image.et_pb_has_overlay a.et_pb_lightbox_image
{
display: initial !important;
}