to solve the white text on the target ids you need to make another targetidnamelabel and make the orignal one alpha to 0
"TargetNameLabel"
{
"ControlName" "CExLabel"
"fieldName" "TargetNameLabel"
"font" "Medium14" //Medium12
"xpos" "53"
"ypos" "17"
"zpos" "2"
"wide" "640"
"tall" "14"
"fgcolor" "Blank"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%targetname%"
"textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
"textinsetx" "1"
"alpha" "0"
}
"fixedTargetNameLabel"
{
"ControlName" "CExLabel"
"fieldName" "fixedTargetNameLabel"
"font" "Medium14" //Medium12
"xpos" "53"
"ypos" "17"
"zpos" "2"
"wide" "640"
"tall" "14"
"fgcolor" "Black"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%targetname%"
"textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
"textinsetx" "1"
}