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 #1683015
Hoverbox
Closed

Comments

  • Daniella started the conversation

    Hello,

    I hope you are well. 

    We have used the hoverbox element from WP bakery but it doesn't appear to work on mobile. Can this is rectified?

    Kind regards,

    Daniella

  •  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;
    }