Something similar to the exclamation mark (!) at the front page sub pages as described in the documentation:
The original title of the page is hidden thanks to using the “!” char at the title beginning.
The original title of the page is hidden thanks to using the “!” char at the title beginning.
.page-id-766 .one-page-layout .bigtitle {
margin: 0!important;
}
.page-id-766 .one-page-layout .bigtitle .header {
display: none;
}
.page-id-766 .one-page-layout .bigtitle.has-bg .header {
display: inline-block;
}