Symptoms
How to change the font color of hyperlinks in list views.
Diagnoses
Possible with a literal Data Label and some HTML.
Resolution
- Create a Data Label with 'Literal' enabled.
- Add the following expression: <a href="http://example.com" style="color:blue;" target="_blank">Display text</a>