I need to remove ONLY user registration. Now remove the joomla configuration option but did not disappear the button. I searched and nothing modules.
regards
a#btnRegister { display: none; }
teitbite wrote:Hi
You can disable it in template configuration or by hidding in with CSS:
- Code: Select all
a#btnRegister { display: none; }