On March 3, 2015 at 8:23 am
Looks like a bug. I will upload an update pretty soon. Meanwhile you can fix it by going to Appearance> Editor > style.php and replace this:
body .header2 .head_contact, body .head_contact, body .topsearch #s{ color:<?php echo $asteria['menutxt_color_id']; ?>!important;}
with this:
body .header2 .head_contact, body .head_contact, body .topsearch #s, #topmenu ul li a{ color:<?php echo $asteria['menutxt_color_id']; ?>!important;}
Please let me know if you find any other bug.
Thanks