Tagged: x Author Posts March 14, 2017 at 4:29 am #1406112 ItwebdevelopmentParticipant Hi I’d like to remove this: https://gyazo.com/44c9bb7555096f078558dd68bd99771c from the checkout page. Is there anyway to do this? Thanks! March 14, 2017 at 5:26 am #1406173 ThaiModerator Hi There, Please add the following code under functions.php file locates in your child theme: add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' ); function custom_override_checkout_fields( $fields ) { unset($fields['billing']['billing_company']); return $fields; } Hope it helps 🙂 Author Posts <script> jQuery(function($){ $("#no-reply-1406112 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In