If you wish to always show the text for your image menus without any animation, add this CSS to Theme Options> Custom CSS:
.image_menu_item_link .image_menu_message h5 { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } .image_menu_item_link .image_menu_message h4 { -webkit-transform: none; transform: none; }