.page-header h1.hestia-title {
display: none !important;
}
Try placing this in the customizer’s additional css.
]]>
body.page .page-header .hestia-title {
display: none;
}
body.home .page-header .hestia-title {
display: block;
}
this will tell all .page
to hide the title but will keep the .home
from still showing it.