Home › Forums › Iconic One Pro Support › Font color for SubMenus when Parent Menu Item is Active › Reply To: Font color for SubMenus when Parent Menu Item is Active
July 9, 2017 at 3:33 pm #4967
Themonic-Support
Keymaster
Sub menu text color can be set using the following css, simply paste in custom css for black text.
.themonic-nav li ul li a {
color: #222222;
}
.themonic-nav li ul li a:hover {
color: #000000;
}
If it is something else, please email to [email protected] with link to your website and screenshots of the issue.