Hi @zweckformee,
There are 2 ways you can approach this:
1. You can use plugins to edit the placeholders. I can suggest these:
2. Alternatively, if you’re comfortable with tinkering with code, check out the following post under the Change Input Fields and Placeholders section: https://woocommerce.com/posts/customize-checkout-fields-woocommerce/
I hope this helps.
Hey,
Thanks for quick reply!
This field is actually located on WooCommerce My-Account page.
I tried to disable “Billing address 2” with WooCommerce Checkout Filed editor but this field still appears on My Account page.
Then i tried some custom CSS which actually generated some errors.
Is there any simple custom css to remove this field from My Account page?
Many thanks!
Hi @zweckformee,
The following CSS seems to hide Billing Address 2 on the “My Account” page of my test site:
input#billing_address_2 {
display: none;
}
You can try adding it in Appearance → Customize → Additional CSS
I hope this helps.
Glad to hear it – thanks for letting us know!
I’ll mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.