Home › Forums › WoodMart support forum › Change header icons color, on mouse hover. › Reply To: Change header icons color, on mouse hover.
October 1, 2019 at 6:47 pm
#147920

Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-wishlist-info-widget a:hover .wishlist-icon:before {
color:red;
}
body .my-account-with-icon a:hover .wd-tools-icon:before {
color:red;
}
.woodmart-shopping-cart a:hover .woodmart-cart-icon:before {
color:red;
}
Set the color as per your needs
Best Regards