Hello There,
Thanks for providing the information. Do yo want something like this?

If that is the case, please remove this custom css block:
.sub-menu > .menu-item > .menu-image-title-after > .menu-image-title {
display: none;
}
You will need to replace it and make use of this code instead:
.desktop .x-nav .x-megamenu > .sub-menu > .menu-item > .menu-image-title-after > .menu-image-title {
display: none;
}
Please let us know if this works out for you.