Just wanted to add that I do see the custom fields option in the Pages ‘screen options’, but not in the Posts ‘screen options’, which is what I need.
Found it in the theme stylesheet:
.entry {
margin-top: calc(6 * 1rem);
}
.entry:first-of-type {
margin-top: 0;
}