Home › Forums › WoodMart support forum › Mobile menu "MyAccount" coloring Mobile menu "MyAccount" coloring This topic has 1 reply, 2 voices, and was last updated 5 years, 11 months ago by Bogdan Donovan. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 7, 2019 at 11:54 am #100351 pogopieParticipant 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. January 7, 2019 at 1:49 pm #100412 Bogdan DonovanKeymaster 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 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register