yutthana-th
Hi
Add this code in custom.css file to make the white always
.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {color:#fff;}
if you want to show them white only on hover use this code
.t3-megamenu .dropdown-menu .mega-nav > li a:hover {color:#fff;}
Regards