Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #314104

    Hi Enfold team,

    How would i disable the image caption on hover in the partner/logo slider element on mobile?

    #314538

    Hey!

    There is no hover on mobile, as far as i know tooltips do not appear on mobile.

    Cheers!
    Josue

    #314908
    This reply has been marked as private.
    #315106

    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

    #315116

    Thanks Yigit!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Disable Image captions on hover on mobile’ is closed to new replies.