I’m trying to style the form input fields to make it look nicer. Anyone know how this is easily done?
I’ve looked round to see in the php files but no luck on where to change this.
Thanks!
I’m trying to style the form input fields to make it look nicer. Anyone know how this is easily done?
I’ve looked round to see in the php files but no luck on where to change this.
Thanks!
Comments are closed.
You can use the
woocommerce_form_field_<type>
filter to control the output of Woocommerce input elements.Reference: http://hookr.io/filters/woocommerce_form_field_type/