Tagged: image caption, logo element, partner element
Hey!
There is no hover on mobile, as far as i know tooltips do not appear on mobile.
Cheers!
Josue
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.avia-tooltip { display: none !important; }}
Regards,
Yigit
Thanks Yigit!