craigchristenson / woocommerce-2checkout-api

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

Please remove inline styling #49

Open manikbajaj opened 5 years ago

manikbajaj commented 5 years ago

The plugin uses inline styling in HTML Tags and it becomes difficult to override styles using CSS. Just to override a few styles I had to override the complete plugin in WordPress which is not necessary.

I think if you just get rid of the inline styling it will help a lot.

manikbajaj commented 5 years ago

Better still if you can please include some prefixed classes in the input fields rather than just having those generic class names such as "required" it would help select particular element and style it.