- Code: Select all
.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;
}
Help!!!