You can look into this filter here which outputs that ‘woocommerce_cart_item_remove_link’
If you’re not familiar with filters, please study that here http://codex.wordpress.org/Plugin_API/Filter_Reference
Yeah I found that in the cart.php but still not sure how to change the X. I cannot find that in the file at all.
sorry but this wasnt really helpful, I just need to know how to remove it. Im really not in the educational research mood and just want to get it changed. I’ve looked it up and nothing seems to work. any help is appreciated.
Hi,
an expedient way to remove it, is to hide it via css. Examine the element in chrome, and identify it. In your theme’s main css file, apply “display:none;” to that element.
(hola, Roy)
yes but hiding it would thus remove the ability to delete the item from the cart.