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

It seems that CSS class(qa-nav-user-link) of logout link will not be applied if Facebook login plug-in is used. 

[Solution example]

qa-plugin/facebook-login/qa-facebook-login.php (L128)

Before: echo '<A HREF="'.qa_html($tourl).'">'.qa_lang_html('main/nav_logout').'</A>';

After: echo '<A class="qa-nav-user-link" HREF="'.qa_html($tourl).'">'.qa_lang_html('main/nav_logout').'</A>';

Best regards.

P.S. to Gideon
Please delete the anonymous post. Sorry... 

Q2A version: 1.5.4

Please log in or register to answer this question.

...