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

    Hi,
    you can increase the time of persistence submenu Mega Menu?
    When I move the mouse pointer out of the submenu, I would like to remain visible for 1 or 2 seconds

    Thank you very much

    #210354

    Hi,

    Open js/avia.js and look for line 828:

    item.stop().css('display','block').animate({opacity:0},0, function()
    

    Replace it by this:

    item.stop().css('display','block').animate({opacity:0},1000, function()
    

    Regards,
    Josue

    #210541

    Hey Josue,
    great, it works
    Thank you very much :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enfold – persistence time submenu’ is closed to new replies.