Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #297726

    Hi guys,

    Is there a way to turn off the icon tooltip on mobile/responsive view, but keep it on desktop view? Now people have to touch the icon twice before they can use the link on mobile.

    Sincerely,
    Morticka

    #297728

    Hi Barb!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    #top .avia-icon-tooltip { display: none !important; }}

    Cheers!
    Yigit

    #297731

    Haha, hi Yigit ;),

    As always, works like a charm, thank you!!!!

    Sincerely,
    Barb

    #297736

    Hey!

    Awesome! Let us know if you have any other questions :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Turn off Icon Tooltip in mobile view on smartphone and tablet only’ is closed to new replies.