Kadence
Ascend – Remove Hover Effect From Image Menu Text
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;
}
Default Image Menu:
Image Menu With CSS:
Filed under
Uncategorized
Was this page helpful?
Thanks for the feedback!

