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

    Hello,

    While the “tool tip” (sorry don’t know the right term) is great on desktop version of my website, on tablets and mobiles since there is no “hover” state, it gets a bit problematic, so I want to remove them altogether from mobile and tablets, but leave them on the desktop version. Is there CSS I can plug into this to make it perform this?

    Please see: http://grantwalden.com/wp-content/uploads/2017/01/tooltip.jpg

    Thanks!

    #730098

    Hey Art,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #730121

    Thanks for your reply, but seems like this was nothing more than a couple of lines of CSS… Your support on this would have been greatly appreciated versus making it seem like a huge task. :/

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

    #730229

    Hi,

    Thanks for the feedback and for sharing, I’m guessing the CSS fixed your problem?

    Best regards,
    Rikard

    #731789

    Yes it did.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Hide Tool Tips’ is closed to new replies.