Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The topic ‘Disable Image captions on hover on mobile’ is closed to new replies.
Tagged: image caption, logo element, partner element
Hi Enfold team,
How would i disable the image caption on hover in the partner/logo slider element on mobile?
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!