How to move 'Login or Sign Up' Tab

Cooper

Active member
How do I move the tab that guest users see at the top right of screen "Login or Sign Up" that you click for the login form drop down. Somewhere in the CSS I guess but any hints, yet to find it!

Thanks!
 
If you search the templates for all those beginning with login, it will list all of the related templates.

The login bar css is in the login_bar.css template.
The class for the tab is #loginBar #loginBarHandle.
 
Is there a way to disable the top drop down login box? I would like to redirect users to the login page here instead: http://xenforo.com/community/login So that whenever they click on something that requires them to login, that they go there, to that page automatically. My reason is because I want to be able to edit the login page to include some selling points underneath it to encourage people to join. Using the login drop down box defeats this purpose. It's more than just hiding it in the CSS, it needs to be totally disabled and everyone sent to this page instead: http://xenforo.com/community/login
 
Top Bottom