How to replace "remove product" icon in minicart

Is there a way to replace standard X icon which removes products to something else (svg icon, png icon) ?

image

Hey! i think you can customize things like the color and size of this element with custom css, if you want more control and woocommerce elements, I recommend the on bricks Ultimate add-on, I use it for my woocommerce sites and it works really well for me (and I hope that bricks will push the customization of woocommerce elements Soon)

Hey.

I have BricksUltimate addon. I’m using Cart Content element.

image

And I have the same problem. I need to replace X to another icon

Like this
image

Hi @IgorPo ,

Those “remove product item” links are generated from WooCommerce.

You can either use PHP way woocommerce_cart_item_remove_link filter

or CSS Way (preferred)

Regards,
Jenn

3 Likes

That helped! Thank you!