Hi arimakidd
It is not disappear it is having same colors as background
Try to add to your custom.css
.fixed #menu ul.first-level>li.active>span.zen-menu-heading, .fixed #menu ul.first-level>li.active>a {
color:#000!important;
}
.fixed #menu ul.first-level>li>a, .fixed #menu ul.first-level>li>span.zen-menu-heading {
color:#000!important;
}
Hope it helps