Home Forums WoodMart support forum How to change the icon? Reply To: How to change the icon?

#359927

Bogdan Donovan
Keymaster

Hi,

Since this icon is created with “woodmart” icon font, this icon can be replaced only with another icon that woodmart icon font has. For now, the only icon that has a similar purpose is “bag” icon. If you want to replace cart icon with bag icon, please tel us and we provide you with a custom code.

If you want to remove icon completely try to use the following custom code:

body .wd-add-btn-replace .add-to-cart-loop:before {
	display: none;
}

body .wd-add-btn-replace .add-to-cart-loop:hover span {
	transform: none;
}

Kind Regards