Tagged: mobile, responsive, tooltip
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
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
Haha, hi Yigit ;),
As always, works like a charm, thank you!!!!
Sincerely,
Barb