Home › Forums › WoodMart support forum › Mobile menu "MyAccount" coloring › Reply To: Mobile menu "MyAccount" coloring
January 7, 2019 at 1:49 pm
#100412
Bogdan Donovan
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.menu-item-my-account .icon-sub-menu {
color: white;
}
body .menu-item-my-account .sub-menu li a {
color: white;
}
Regards