Combine ‣ & ‣

Type.
Resource.
#page-index .notion-header__title {
  display: none !important;
}
<style>
  #page-index .notion-header__icon-wrapper {
    display: none !important;
  }
</style>

Work:

<style>
  #page-index .notion-header__icon-wrapper and title {
    display: none !important;
  }
</style>