Changing header cart text in Storefront
问题 I would like to edit the text in the header mini cart in Storefront theme: 'X items' to just : 'X' http://demo.woothemes.com/storefront/ Where can I access this? Can't find it anywhere in storefront or woocommerce files. I can see hook in header.php: storefront_header_cart but can't find any function for this in other files? I would like to remove the dropdown when you hover over it too. Where can I change this? 回答1: that functionality is handled by storefront_cart_link function... you can