Jump to content

Edit History

ConH

ConH

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.

 

image.png

ConH

ConH

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?
Equally the tickbox for "use this address for the invoice too" needs to go.

image.thumb.png.6975c3e1b81e4376a5828cce3396a415.png

ConH

ConH

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?

×
×
  • Create New...