Re: Removing Userbar Login
I just found out a much simpler way to do this. Edit base.css like below. Just add display : none.
#userbar ul li a#my-activity {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/icons/activity_bullet.gif) no-repeat scroll 16px 50%;
display:none;
}