Have added the code for an image to this in frontend_custom.css:
a.hikashop_cart_button, a.hikashop_compare_button, .hikashop_cart_input_button, .hikashop_nostock_button{
and here
a.hikashop_cart_button:hover, a.hikashop_compare_button:hover, .hikashop_cart_input_button:hover{
but I'm not successful. I get the extra room for the icon but no way to show the icon. Have tried with both png and jpg.
This is the code taken from a thread in the forum:
background-image: url(../images/cart.png);
background-repeat: no-repeat;
background-position: right;
height: 32px;
padding-right: 40px !important;
background-color: transparent;
cursor: pointer;
also tried the path inside url() with ' ' and " ".
Nothing shows, only the reserved 40px padding right
Any clue?