Home Forums WoodMart support forum My account login registration Reply To: My account login registration

#514467

Hello,

Go to WoodMart > Header Builder > Edit Current Header > remove the account element from header.

You need to add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.

.woocommerce-ordering {
display: none;
}

Best Regards.