XF 1.2 Style property of usercard username?

Neszy

Member
This seems like a stupid question but there's so many Style Properties I have no idea where to start searching for this.

4DEA5.jpg


The username "Chay", in this case. Needs to be whilst within a thread - I found where to change it on the Member Card but can't find it for this.

Thanks in advance.
 
Yes, but all usernames by default - e.g. with no usage of User Group Styling CSS. Upon further inspection I think it might actually be a part of the "links" style property, so I don't think it's possible without changing the entire forum's link colour.
 
Yes, but all usernames by default - e.g. with no usage of User Group Styling CSS. Upon further inspection I think it might actually be a part of the "links" style property, so I don't think it's possible without changing the entire forum's link colour.

Give this a try:

Code:
.messageUserBlock a.username {
    color: red;
}

Replace it with your color, of course.
 
Top Bottom