change the icon color on account page
-
Hi there,
I want to change the icon color on account page.
Thanks a lot
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached and visited your website.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-dark .woodmart-my-account-links a:before {
color: red;
}
You can set the color according to your needs.
Best Regards.
Hi there,
Thanks for your answer. I have added the css code you provided but I found the hover effect disappeared too. How can I change the icon border color and also get hover effect? Thanks!
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.