craigchristenson / woocommerce-2checkout-api

2Checkout Payment API WooCommerce Payment Module
MIT License
57 stars 43 forks source link

how to customize the input form? #23

Closed marcx00 closed 7 years ago

marcx00 commented 7 years ago

I have a problem with the year select form, the down arrow is obscuring the year date. I how could I customize it? Please find attached a screen shot of this issue.

Thanks advanced. input-f1 input-f2

craigchristenson commented 7 years ago

Thank you for reporting this issue. The module uses the default woocommerce css class for the credit card form. https://github.com/craigchristenson/woocommerce-2checkout-api/blob/master/twocheckout/wc-twocheckout.php#L251

You can change the class or add inline css directly on the select tag in the module as shown above.