08/14/2015 at 11:00 am
#343030
Keymaster
@ Thomas
Yes, the “Custom Fields” header can be changed, see this QuickTip. To remove it completely is a matter of use some CSS to hide it:
.cn-entry-content-block-meta h3 {
display: none;
}
Hope that helps!
