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!
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
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; }
}
Hi,
Thanks for the feedback and for sharing, I’m guessing the CSS fixed your problem?
Best regards,
Rikard
Yes it did.