Hi,
I wanted to change the my cart text to the cart icon. I have tried to do it and havent managed to change it
#btn-cart {
background: url('path_to_image');
text-indent: -9999px;
}
#btn-cart {
background: url('../images/cart_icon.png');
text-indent: -9999px;
width: 50px;
height: 50px;
}