Hey,
thanks for the Update 2.9.
I want to make a Icon with a tool tip box. Now the tool tip box open above the icon. I wanna have it below the icon.
I dont find the css for that, could you please help me?
see here http://www.idee-und-design.com/werbeagentur-bremen/
thanks.
Hey bur2000!
Thank you for using the theme.
Please edit js > avia.js find this code on line 1351:
event: 'mouseenter', //mousenter and leave or click and leave
position:'top', //top or bottom
extraClass:'avia-tooltip-class' //extra class that is defined by a tooltip element data attribute
Replace it with:
event: 'mouseenter', //mousenter and leave or click and leave
position:'bottom', //top or bottom
extraClass:'avia-tooltip-class' //extra class that is defined by a tooltip element data attribute
Remove browser cache then reload the page a few times.
Best regards,
Ismael
Thanks!