how do i change the image for woo-commerce
Answered on March 7, 2016.
Hi there,
Any customizations for WooCommerce widgets or elements can be cusotmized via CSS. For specific advice, please visit their support forums here:
https://wordpress.org/support/plugin/woocommerce
If you are referring to the Menu Cart in the StoreKit extension, it can also be customized using CSS – you must have the latest version of Layers installed and reference the icon on the Fontawesome website, then look at the raw CSS for the icon to replace the content value in this style:
.l-menu:before { content: "\e601"; }
See the following for more about using CSS to customize your site.