Home › Forums › WoodMart support forum › Change hover color of header icons › Reply To: Change hover color of header icons
May 24, 2022 at 3:54 pm
#378430
Aizaz Imtiaz Awan
Keymaster
Hello,
You are Most Welcome.
Please try adding the following Custom CSS for that.
.wd-action-btn.wd-style-text>a:hover:before {
color: red;
}
Best Regards