Problem with Hover Box on apple devices - by Peter

This topic has 3 replies, 2 voices, and was last updated 4 months, 3 weeks ago ago by Peter

  • Avatar: Peter
    Peter
    Participant
    December 12, 2023 at 10:44

    Hi, I have a problem with Hover box on Safari browser on Apple devices.
    I am attaching a photo of the problem.

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: Justin
    Luca Rossi
    Support staff
    December 12, 2023 at 13:14

    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

    Avatar: Peter
    Peter
    Participant
    December 12, 2023 at 13:21

    That’s works.
    Thanks

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘Problem with Hover Box on apple devices’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.