It seems you have a cache plugin that can be causing some problems.
Can you purge the cache from your cache plugin?
This code below already exist in style.css and it’s supposed to hide that descriptions, but guess due to that plugin it’s not working.
#main-navigation ul.menu > li .menu-item-desc {
display: none!important;
}
It it doesn’t work after clearing all the caches, add the css above to your custom css option.
-Rui