This topic has 3 replies, 2 voices, and was last updated 11 months, 1 weeks ago ago by Peter
Hi, I have a problem with Hover box on Safari browser on Apple devices.
I am attaching a photo of the problem.
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
That’s works.
Thanks
The issue related to '‘Problem with Hover Box on apple devices’' has been successfully resolved, and the topic is now closed for further responses