Home Forums WoodMart support forum change the icon color on account page Reply To: change the icon color on account page

#224203

Hello,

You are Most Welcome.

For the hover color of the icons Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.woodmart-my-account-links a:hover::before {
color: green;
}

You can set the color accordingly.

Regard’s.
Xtemos Studio.