Skip to content

hide_label() has no effect for fields in media library #105

@HPiirainen

Description

@HPiirainen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions