remove ONLY user registration

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Fri Jan 25, 2013 8:23 pm
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
User avatar
Fresh Boarder

teitbite
Fri Jan 25, 2013 8:33 pm
Hi

You can disable it in template configuration or by hidding in with CSS:

Code: Select all
a#btnRegister { display: none; }
User avatar
Moderator

GK User
Fri Jan 25, 2013 8:42 pm
Thank you for your prompt response, but .... settings in the template business financial-there is no option (or not find) that desacctive the register button. (Only one option but for the mobile version).
On the other hand, in the file template.css not find the label to # btnRegister Do you mean to write at the end of the sentence to file # 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; }
User avatar
Fresh Boarder

teitbite
Fri Jan 25, 2013 9:14 pm
Hi

Please just add this code I gave You to override.css file and in template settings enable using override.
A login and register options were always configurable to display or not. I'm guessing it must have been changed when template was recoded for new framework, sorry for misleading You.
User avatar
Moderator

GK User
Fri Jan 25, 2013 10:39 pm
It works. Thank you very much for the answer
User avatar
Fresh Boarder


cron