hello,
I would like to disable to vendor registration in the login/register form so that I can only register vendors from the back-end.
I tried using a function on the child theme, but it didn’t work
This topic has 5 replies, 2 voices, and was last updated 4 years, 4 months ago ago by amahol
hello,
I would like to disable to vendor registration in the login/register form so that I can only register vendors from the back-end.
I tried using a function on the child theme, but it didn’t work
Hello,
Please provide URL, temporary wp-admin and FTP access. We will check what can be done to help you.
Regards
attached
Hello,
Add the next code in Theme Options > Theme custom CSS:
.vendor-customer-registration {
display: none !important;
}
Regards
thank you! it worked!!
The issue related to '‘disable dokan vendor registration on front end’' has been successfully resolved, and the topic is now closed for further responses