That did it, thank you very much!
How come, the less specific one didn’t work? Shouldn’t it have worked more broadly?
A very simple override actually, something to hide the editor’s name in an entry. Theme: Quark.
.header_meta .fa_pencil,
.header_meta .author.vcard{
display:none !important;
}