- Issue created by @shagel
- Status changed to Needs review
over 1 year ago 12:32pm 27 October 2023 To hide only the first h4 label but not the h4 labels of the subtables solution could be
/* Hide paragraphs field label in table header. */ .field--widget-paragraphs .paragraphs-tabs-wrapper table.field-multiple-table:first-of-type th { background: var(--gin-bg-layer); } .field--widget-paragraphs .paragraphs-tabs-wrapper table.field-multiple-table:first-of-type thead th.field-label h4 { display: none; } .field--widget-paragraphs .paragraphs-tabs-wrapper table.field-multiple-table:first-of-type table thead th.field-label h4 { display: block; }