Find in mod description/instruction:
Code:
'NO_CODE_FOR_GUESTS_1' => 'Please ',
'NO_CODE_FOR_GUESTS_2' => 'Login',
'NO_CODE_FOR_GUESTS_3' => ' or ',
'NO_CODE_FOR_GUESTS_4' => 'Register',
'NO_CODE_FOR_GUESTS_5' => ', to see this Content',
Replace withCode:
'NO_CODE_FOR_GUESTS_1' => 'Please ',
'NO_CODE_FOR_GUESTS_2' => '<span style="color:green;">Login</span>',
'NO_CODE_FOR_GUESTS_3' => ' or ',
'NO_CODE_FOR_GUESTS_4' => '<span style="color:green;">Register</span>',
'NO_CODE_FOR_GUESTS_5' => ', to see this Content',
Change green
to each color you want (
lightgrey
(as word) or
#83H6HT
(hex) syntax)