Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
550 views
in Plugins by

HOw I can add logo to login bar instead of header.

See here http://anshub.com/ I want to have the log beside user login bar in snow theme.

 

 

 

Q2A version: 1.6

1 Answer

+1 vote
by
selected by
 
Best answer

In Snow theme qa-theme.php

Find $this->logo(); in function header()

Delete / Move it to function body_header() right after $this->output('<div id="qa-login-bar"><div id="qa-login-group">');

Now you may need to change size from stylesheet

...