Home Forums WoodMart support forum icons Reply To: icons

#379488

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