Some users are currently experiencing over capacity errors. Check
http://status.vanillaforums.com/ for updates.
Removing Sign out icon below User name link
Hi,
I would like to remove Sign out icon which is displayed under username link in right bar. Is there any customization available to do it?
regards
Infoarmy
Comments
.SpSignOut { display: none; }
You pasted Javascript into your HTML template without wrapping it in {literal} tags, which caused the custom template to not apply at all. I've fixed this for you, and the Sign out glyph is now hidden as expected.