Hi
1) You would have to upload your own image and then add this to your custom css:
.menu > li.shopping-bag-item a > i.sf-cart, .mobile-cart-link i.sf-cart {
background: url("images/shopping_bag_icon.png") no-repeat scroll left top transparent;
display: inline-block;
height: 16px;
margin-right: 6px;
vertical-align: -3px;
width: 14px;
}
and replace the image path
2) Add this to your custom css:
.cart-contents .amount {
display: none;
}
– Kyle