We have noticed that the quantity buttons to + or - amount of items purchased to not have any indicators of what they are? How can we add a + or - to these buttons or remove them all together?
.quantity-plus {
background: url(../images/[arrow_up_file_name_here].png) no-repeat center center transparent !important;
}
.quantity-minus {
background: url(../images/[arrow_up_file_name_here].png) no-repeat center center transparent !important;
}