Not quite. The entry meta is desired. What isn’t desired is the auto-generated meta data (jabber_published
). Its style is managed by .custom-meta.entry-category
.
It seems a more graceful way to fix this might be to locate the jabber_published
generating module, disable it, and/or run a script to remove this metadata from existing posts. It isn’t serving a purpose for my needs.
UPDATE: I experimented with the display:none;
property for custom-meta.entry-category
(and other implementations of the property). So far, nothing removes only the jabber_published
metadata. I worry that a manual removal, per post, of this metadata will be required.