Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
1.0k views
in Q2A Core by
reopened
After successful WordPress integration, I am trying to build an entirely anonymous board. I have disabled voting (so it does not ask to login) and allowed  questions and answers for 'anybody' .

The problem is that the login bar at the top always shows, which defeats my efforts.

I'd like the top login bar to show only to the site admin after he logins via WordPress. Is this possible??

----------------------------------------

Answering myself since nobody has replied. I've found an easy solution:

// just add this to the css and the top bar disappears but still shows the "Admin tab" when logged in via WordPress
#qa-login-bar {display: none; }

Please log in or register to answer this question.

...