XF 1.1 How?

For the first one, you'll have to ask the add-on author.

As for the second one, I don't see a difference. What exactly are you trying to change the color of?
 
For the first one, you'll have to ask the add-on author.

As for the second one, I don't see a difference. What exactly are you trying to change the color of?
For the first one, why? Is a support forum?
As for the second one, look closer one is blue and ones like a dark grey and such
 
Any add-on related support is to be done by the add-on authors. The support forums are for the core software. For the second one:
Code:
.membersOnline .username {
  color: red;
}

Should do it.
 
Any add-on related support is to be done by the add-on authors. The support forums are for the core software. For the second one:
Code:
.membersOnline .username {
  color: red;
}

Should do it.
Oh right cause its XenPorta. Where would I find that piece of writing?
 
Top Bottom