Skip to main content

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 will get you closer:


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

That worked perfectly for what I need, thanks Irvin!