Recent news

Change input field labels and placeholders

Add the following code to your child theme’s functions.php file and customize it to fit your needs. add_filter(‘woocommerce_checkout_fields’, ‘custom_override_checkout_fields’); function custom_override_checkout_fields($fields) { unset($fields[‘billing’][‘billing_address_2’]); $fields[‘billing’][‘billing_company’][‘placeholder’] =

Read More »