Hi There,
The field Body classes is only for adding a custom class on the page, not for defining a custom css.
You can define this custom css on Customizer instead.
.myclass .entry-header {
display: none;
}
And then apply the myclass to your page.
Hope it helps, Cheers!