To customize this field, create a CSS style titled PRODUCT-QUANTITY-FIELD. The form button generated by this QuickCode Tag will then inherit the attributes of that style.
For example: To make the quantity field 20 pixels wide with red text, add this style to your CSS rules:
<style type="text/css"> <!-- .PRODUCT-QUANTITY-FIELD { color: #FF0000; width: 20px; } --> </style>
|