Some users are currently experiencing over capacity errors. Check
http://status.vanillaforums.com/ for updates.

Removing Sign out icon below User name link

infoarmyinfoarmy Member
edited May 2012 in Questions
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

  • Try adding this to your custom CSS:

    .SpSignOut { display: none; }
  • I added it but sign out icon is not removed
  • Hi @infoarmy,

    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.
  • thanks, its working now
This discussion has been closed.