Trying to change the header menu link color (especially My Account link)
-
Hi There;
I’ve been trying to change the text color and hover color of “my account link”, “search icon”, “cart icon with subtotal text on the right”. But after lots of topic search I’ve just changed the “search icon text color and hover color”, “cart icon text color not the hover color and the subtotal text on the right”.
I did not change MY ACCOUNT link and submenu in dropdown.
I tried lots of css code that you gave to the other users on the forum. but nothing changed.
Would you please help…
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
To change the MYAccount on hover color Please add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.my-account-with-text .wd-tools-text:hover {
color: red;
}
For the cart icon on hover you need to add the following Custom CSS.
.wd-tools-element span.woodmart-cart-icon.wd-tools-icon:hover {
color: red;
}
Best Regards.