Removing page title from the twenty seventeen wp theme

I am just leaving this here fore anyone who’s interested.
You can remove the page title from a single page or all pages, by adding the following css code:


.page #content {
padding-top: 13px !important;
}
.page .entry-header {
display: none !important;
}

Just a small hack, but still useful!