acf-codifier icon indicating copy to clipboard operation
acf-codifier copied to clipboard

hide_label() has no effect for fields in media library

Open HPiirainen opened this issue 4 years ago • 0 comments

When registering fields for attachments, hide_label() has no effect. The resulting CSS for hiding the label is

div.acf-field.acf-field-{field-key} > div.acf-label > label { display: none; }

but the media library meta fields use table markup. div.acf-label could be changed to .acf-label to target all elements.

HPiirainen avatar Feb 05 '21 14:02 HPiirainen