PenciDesign replied
Hi,
Please add more this code to Customize > Custom CSS to stop this hover effect on mobile - because as I know, this hover effect can't be does on mobile:
\
@media only screen and (max-width: 768px){\
.vc-hoverbox-block { transform: rotate(0) !important; }\
.vc-hoverbox-block, .vc-hoverbox-block-inner *{ backface-visibility: visible; }\
.vc-hoverbox-block.vc-hoverbox-back { z-index: 5; background-color: rgba(235, 235, 235, 0.7) !important; }\
}Best Regards,
PenciDesign