This CSS should allow you to set the fonts of the image menu:
.image-menu-modual .image_menu_item_link .image_menu_message h4 {
font-size: 12px;
color: black;
}
.image-menu-modual .image_menu_item_link:hover .image_menu_message h5 {
font-size: 10px;
color: black;
}
Just add whatever font properties you want to the CSS and add to Theme Options> Custom CSS.
This CSS will remove the border from the image menu:
.image-menu-modual .image_menu_message.imt-valign-bottom {
border: none;
}
Let me know if that works for you!
-Kevin