Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
815 views
in Q2A Core by
I'm trying to edit the login bar; "qa-nav-user" div... Where is the code? What file isit in? I couldn't find it...

(http://limoniyidir.com)
Q2A version: 1.5.4

1 Answer

0 votes
by
loginbar you can find in Snow/qa-theme.php and other source related nav user you can find in qa-include/qa-theme-base.php
by
The only thing in those two files are:     $this->nav_user_search();

I want to get rid of the seperaters "|" between the username, account, updates and logout links.
by
That you didn't mention..
You do not need to modify any core file that is css adding those lines.

Open qa-styles.css from Snow theme directory and find .qa-nav-user-item class and remove border-left: 1px solid #aaa and you done.

If you haven't modify that line than it should be around line#353
by
Haha... Thank you very much dude, done and dusted. I thought it was the "|" character as I could highlight it :s..
by
You are welcome!
...