Login button - how to remove?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Mar 06, 2015 3:16 pm
Reply with quote
Report this post
Hi,
I'm using the news2 template and I'm curious how to remove the log-in button in the top menu bar (at the upper right side, next to the social buttons). I've unpublished the login module. I've disabled the user registration. But still this button appears. What to do?

Thanks

Arjen
User avatar
Fresh Boarder

teitbite
Fri Mar 06, 2015 5:43 pm
Reply with quote
Report this post
Hi

Should be removed after disabling login button in template settings, but adding this to css will do the job as well:

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


cron