Hi guys,
I’d like the ‘icon’ element’s tooltip to be shown on tablet and mobile devices in the same way that the ‘image with hotspots’ element displays tooltips. Can you please help?
Thanks,
Ed.
Hey AREA10STUDIO,
Please, to have sure about youre saying, may you share your website link that
s including these elements?
Best regards,
John Torvik
Thanks John,
You can find an example here:
The icon is placed at the bottom right of the grey panel. To be clear, I’d like the tooltip to be displayed on mobile and tablets.
Many thanks,
Ed
Hi Ed,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.avia-tooltip.avia-icon-tooltip.avia-tt {
left: 25px !important;
}
.av-icon-char {
animation: av_pulsate 3s linear infinite;
}
}
Did you mean something like that?
If you need further assistance please let us know.
Best regards,
Victoria
Thanks for your reply Victoria but the code doesn’t show the tooltip when when the icon is tapped on a tablet or phone.
Can this be achieved?
Thanks again,
Ed
Hi,
use this for mobile:
@media only screen and (max-width: 767px) {
.avia-tooltip.avia-icon-tooltip.avia-tt {
left: 15px !important;
}}
and adjust as needed.
Best regards,
Andy