Hi webcentric,
I have added the following CSS code to your site:
#s5_nav li.has-subtext .S5_parent_subtext {
color: #333 !important;
}
#s5_nav li.has-subtext.mainMenuParentBtnFocused .S5_parent_subtext {
color: #fff !important;
}
#s5_nav li.active.has-subtext .S5_parent_subtext {
color: #fff !important;
}
/*fix menu sticky*/
#s5_menu_wrap.s5_wrap #s5_menu_inner, #s5_menu_wrap.s5_wrap_fmfullwidth #s5_menu_inner {
margin-top: 0;
}
#s5_menu_wrap.s5_wrap #s5_logo_wrap, #s5_menu_wrap.s5_wrap_fmfullwidth #s5_logo_wrap {
margin-top: 0;
}
#s5_menu_wrap.s5_wrap #s5_menu_wrap2, #s5_menu_wrap.s5_wrap_fmfullwidth #s5_menu_wrap2 {
height: 120px!important;
}
Also, I have updated the following code in the /templates/health_guide/vertex/s5flex_menu/helpers.php line 546:
if ($S5_subtext != "") {
$has_subtext = "has-subtext";
} else {
$has_subtext = "";
}
$display .= "<li class='" . $class_active . " ". $has_subtext ." " . $pitem->anchor_css . "' ><span class='s5_level1_span1'><span class='s5_level1_span2'>$image" . $link_format . $parent_subtext_flex . "</span></span>";