Home Forums WoodMart support forum change shopping icons Reply To: change shopping icons

#600614

Bogdan Donovan
Keymaster

The default WoodMart icon font already has its own eye icon. Use the following custom code to change the cart icon on the button to the eye icon. Before using this code, make sure to remove any other custom code that affects the button icon.

body .wd-add-btn-replace .add-to-cart-loop:before {
    content: "\f11a";
}

Kind Regards