Page 1 of 1

username color prop.

Posted: 28 Jun 2012, 20:35
by neuropass
Hi Stoker,

I just can't figure out how to remove the username color in the portal page. I can't seem to find the css property.

Code: Select all

username-coloured
any idea where I can change that?

username color prop.

Posted: 28 Jun 2012, 21:35
by Solidjeuh
Open portal.php

Code: Select all

	'USERNAME'			=> get_username_string('full', $user->data['user_id'], $user->data['username'], $user->data['user_colour']),
Remove:

Code: Select all

, $user->data['user_colour']
That sould do the trick...

username color prop.

Posted: 28 Jun 2012, 23:47
by neuropass
that worked thx so much!. I didn't think to look into the portal page.