Hello,
I don't really understand where you want have your cart icon, anyway you can use some code Css, like this kind :
div#hikashop_cart_97:before {
content: url(cartIcon.png);
}
Where :
-
div#hikashop_cart_97 => is your html class
selector
-
cartIcon.png => is your
url to your picture.
Note :
- You can learn how to custom your
frontend Css,
here
- See "
content" css properties and learn more about Css abilities,
here
If you need more details, you must be more clear, and especially on where precisely you want add your cart icon, maybe with a
screenshot (and annontations) and an
url link to your website
hope this will help you.
regards