Home › Forums › WoodMart support forum › icons › Reply To: icons
May 28, 2022 at 3:13 am
#379488
Elise Noromit
Member
Hello,
This code replaces the shop cart icon:
.wd-header-cart .wd-tools-icon.wd-icon-alt:before {
content: “\f105”;
font-family: “woodmart-font”;
}
Do you want text icon for the shop or you would like to apply the image you provided? If you want the image, you should use this code:
.wd-toolbar-shop .wd-tools-icon:before {
color:transparent;
background-image:url(https://cartshot.com/wp-content/uploads/2022/05/menu.svg);
background-size: contain;
background-repeat:no-repeat;
}
Best Regards