Dear Peter,
We have identified a potential issue with the WPBakery HoverBox element when viewed on Safari. To address this, we recommend implementing the following custom CSS code:
.rs-safari .vc-hoverbox-front {
transition: opacity 0.5s ease-in;
}
.rs-safari .vc-hoverbox:hover .vc-hoverbox-front {
opacity: 0;
}
Please add the above code to your website’s custom CSS(Theme Options > Theme Custom CSS > Global CSS) section to correct the anomaly. Should you require any further assistance, do not hesitate to reach out.
Best regards,
The 8Theme Team


