Skip to main content
Nintex Community Menu Bar
Question

CSS on Column Summary & Table Footer

  • July 9, 2024
  • 2 replies
  • 14 views

Forum|alt.badge.img+8

Is there a simple way to add custom css to a Column Summary? Basically I’d like to Bold the area in red below.
d1d3e5291eab82d5ac88827c5e499d779d532207.png

Also, can I select specific Column Summaries to be bolded using CSS, or should it be done for the Table Footer as a whole?

I’m hoping there is some straight-forward CSS for this, but I’ve had no luck on my own.

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+11

This will get you closer:

.nx-skootable-data tfoot .nx-fieldtext {&nbsp; &nbsp; font-weight: bold;<br>}

Forum|alt.badge.img+8

That worked perfectly for what I need, thanks Irvin!