Published: 2/19/2026 Remove the column name from control break APEX CSS How to remove the column name from control break The Interactive Grid has a wrapping span around just the label. The following CSS would hide it..a-GV-breakLabel { display:none; }