On 5/26/2021 at 1:19 AM, w3bsolutions said:As long as its the first field in the form (which it is, unless you specifically change it), you can just hide it via CSS:
.address-form .form-group:first-of-type { display: none; }
Sorry to steal this topic, but I am after the same thing.
I did install the CSS module like you suggested and added the code to the first "Custom CSS Code" field.
Nothing seems to happen though.
Also I would like to hide the company an VAT fields. How do I go about that?
Found that one already, but:
Equally the tickbox for "use this address for the invoice too" needs to go.