Remove WooCommerce Add to Cart - Amount Function
To remove this:http://ticksy_attachments.s3.amazonaws.com/8206310... .
Add this into the Custom CSS box located in your Salient Options panel:
.quantity input[type=number] {
-moz-appearance: textfield;
margin: 0;
}
Cheers :)