Home › Forums › WoodMart support forum › Individual and legal entity fields › Reply To: Individual and legal entity fields
September 2, 2023 at 12:13 pm
#492777
Aizaz Imtiaz Awan
Keymaster
Hello,
Try to add the following CSS code in Theme Settings > Custom CSS:
#billing_company_field, #billing_ie_field, #billing_cnpj_field {
display: none !important;
}
Best Regards.