Reply To: Font color for SubMenus when Parent Menu Item is Active

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

#4967

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.