Home › Forums › WoodMart support forum › How to change compare icon in every part of theme? › Reply To: How to change compare icon in every part of theme?
April 27, 2021 at 6:14 am
#287016
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot you attached.
Please replace your CSS with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-compare-icon>a:before {
content: "\f24e";
font-family: 'Font Awesome 5 Free';
font-weight: 600;
}
.wd-header-compare .wd-tools-icon:before {
font-size: 20px;
content: "\f24e";
font-family: "Font Awesome 5 Free";
font-weight: 600;
}
Best Regards