Home › Forums › WoodMart support forum › icons › Reply To: icons
May 20, 2022 at 4:37 am
#377366
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-toolbar-shop .wd-tools-icon:before {
content: "\f146";
font-family: "woodmart-font";
}
.wd-header-wishlist .wd-tools-icon:before {
font-size: 20px;
content: "\f106";
font-family: "woodmart-font";
}
.wd-header-cart .wd-tools-icon.wd-icon-alt:before {
content: "\f126";
font-family: "woodmart-font";
}
.wd-header-my-account .wd-tools-icon:before {
font-size: 19px;
content: "\f124";
font-family: "woodmart-font";
}
This is the code for each item in your mobile menu, now you can add the image via CSS.
Best Regards