Skip to main content
Nintex Community Menu Bar

How to change the font color of hyperlinks in list views.

  • June 22, 2016
  • 0 replies
  • 2 views

Forum|alt.badge.img+10


 

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>