Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1608691
Hover Box broken on mobile Safari
Closed

Comments

  • Dan Olszewski started the conversation

    The URL page provided is full of WP Bakery's 'Hover Boxes'.  They don't work in mobile Safari browser.  They work in all other browser, desktop or mobile.  I'm looking for a solution to fix the Safari problem with the hover box, rather than change the elements.  

    Thanks,

    Dan

  •  4,774
    Michael replied

    HI,

    pls. use following css:

    .vc-hoverbox-wrapper .vc-hoverbox {     cursor:pointer !important;
    }
    .vc-hoverbox-block, .vc-hoverbox-block-inner * {    -webkit-backface-visibility:hidden;
    }