Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

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

  •  5,055
    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;
    }