Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #288941

    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.

    • This topic was modified 9 years, 8 months ago by bur2000.
    #289345

    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

    #289361

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Icon with Tooltip’ is closed to new replies.