Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Removing Userbar Login


Tore
Participant

@toregus

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;

}

Skip to toolbar