Hi @atermweb,
In this case, first, disable the “Allow customers to create an account on the “My account” page” option in WooCommerce > Settings > Accounts & Privacy.

Once done, add the following CSS to your site to hide the login form added by WooCommerce.
.page-id-1589 #customer_login {
display: none !important;
}
I hope this helps! Please let us know how it goes or if you need further assistance.
but I want to enable that customers can create an account on my-account page, I insert the css but is not working 🙁
Hi @atermweb,
Since you want to use Essential Addons’s login and registration form, you should have a registration button available.

Also, I noticed you haven’t added any of the custom CSS we provided earlier. No worries, though; you can easily add it. Just navigate to Appearance > Customize > Additional CSS and paste in any of the custom CSS from below:
.woocommerce #customer_login {
display: none !important;
}.page-id-1589 .woocommerce .col2-set, .woocommerce-page .col2-set {
display: none !important;
}Make sure to clear your site and browser cache to see the changes.
If this makes no difference, we recommend you seek help from the following:
I hope this helps! Please let us know how it goes or if you need further assistance.
I disabled the “Allow customers to create an account on the “My account” page” option in WooCommerce > Settings > Accounts & Privacy and added the css and it is showing, can you check if I did everything ok please?
I changed the css, this one works correctly, but if you can check, I will thanksfull with you 🙂
.woocommerce #customer_login {
display: none !important;
}
.page-id-1589 .woocommerce{
display: none !important;
}
Hi @atermweb,
That’s great to hear. After checking your site, I can confirm that everything is working as expected.
If it isn’t too much to ask for – would you mind leaving us a review here?
It only takes a couple of minutes but helps us tremendously. It would mean so much to us and would go a really long way.
Meanwhile, I’ll mark the thread as solved for now, but feel free to open a new one if you have any other questions.
Thanks!
