Hi waldo99
I added to your custom.css
.t3-megamenu .mega-caption{
position:relative!important;
color:#000!important;
}
It is now showing
If you still need to customize it then you can add other style code values
.t3-megamenu .mega-caption {
font-size: 10px;
bottom: 6px;
font-weight: normal;
text-transform: none;
opacity: 0.4;
filter: alpha(opacity=40);
}
Regards