The final code blocks are:
.hikashop_product_quantity_field_change_plus{
width:24px;
height:24px;
display:block;
background-image:url(../../../images/plus.png);
color:transparent !important;
}
... and...
.hikashop_product_quantity_field_change_minus{
width:24px;
height:24px;
display:block;
background-image:url(../../../images/minus.png);
color:transparent !important;
}
In addition, you have to remove the background color from the following code:
.hikashop_product_quantity_field_change {
background-color: #C10303;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
margin-right: 15px;
text-align: center;
}
They produce something like in the attached picture!
Thanks for your help!
Mike