Hiding Label via CSS

remove the quotation marks so it looks like the following

label[for=wwp_wholesaler_copy_billing_address] {
    display: none;
}

Try that and let me know if that works for you.