Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1406112
    Itwebdevelopment
    Participant

    Hi I’d like to remove this:

    https://gyazo.com/44c9bb7555096f078558dd68bd99771c

    from the checkout page.

    Is there anyway to do this?

    Thanks!

    #1406173
    Thai
    Moderator

    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 🙂

  • <script> jQuery(function($){ $("#no-reply-1406112 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>