Home › Forums › Support › Image in the Woocommerce Shopping Cart widget This topic has 4 replies, 3 voices, and was last updated 6 years, 2 months ago by David. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts September 6, 2017 at 4:49 am #380238 Oleh Hi, Is it possible to add a image instead of just text ih the Woocommerce cart widget? The page is here. The name of the cart is Inkøbskurv. Thank you Oleh. September 6, 2017 at 9:18 am #380445 TomLead Developer Lead Developer Hi there, I’m not sure if it’s possible to edit the core WC shopping cart widget. You can add an HTML widget above it with an image in it? September 6, 2017 at 10:11 am #380478 Oleh Thank you for your ansver. I’ll try with HTML or with some plugin. September 6, 2017 at 7:23 pm #380711 TomLead Developer Lead Developer Sounds good, let me know if you need more help 🙂 September 7, 2017 at 9:15 am #381094 DavidStaff Customer Support This may help you on the way. I use the follow php to remove the text: add_filter( 'woocommerce_product_add_to_cart_text', 'woo_archive_custom_cart_button_text' ); // 2.1 + function woo_archive_custom_cart_button_text() { return ''; } And add a Fontawesome icon for the button with CSS: .add_to_cart_button::before { content: "\f218"; font-family: FontAwesome; } You could of course replace the content with an img or whatever. Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In