I've an alternative solution. Go to the templates of your style and search for "
navigation_visitor_tab". Then, search this line of code:
Code:
<a href="{xen:link account}" class="navLink accountPopup NoPopupGadget" rel="Menu"><strong class="accountUsername">{$visitor.username}</strong>
and replace it with:
Code:
<a href="{xen:link account}" class="navLink accountPopup NoPopupGadget" rel="Menu"><strong class="accountUsername">Welcome, {$visitor.username}</strong>
It is strange that it does not work, but it is maybe because you have a custom style.