Hello ,
I have this code for the member icon before a username:
How can i change this css that all members in the default member group
have automatic this icon before the username.
I have this code for the member icon before a username:
- Code:
/* Members */
a[href="/u"] span:before,
a[href="/u"] span:before {
content:"\f007";
font-family:"FontAwesome";
margin-right: 3px;
}
How can i change this css that all members in the default member group
|