Hi
It's not about the color. It's just shop component locking the width of this field so tex is not visible. Please add this code to css:
- Code: Select all
.jshop .prod_qty_input input,
tr.jshop_prod_cart .inputbox {
padding: 0 5px;
width: 35px !important;
}
This will also work for quantity box in cart checkout.