Mobile menu "MyAccount" coloring
-
Hello,
I would like to change the color of the the “icon-sub-menu” arrow to white, but only on the My Account tab.
And the color of text of My account navigation links “woocommerce-MyAccount-navigation-link”
Thanks.
Attachments:
You must be
logged in to view attached files.
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