If you’re using a custom H1 element instead of the default page title in Super, or you simply prefer not to display the page title for design reasons, you can easily hide it using the code below.
This gives you more flexibility in how you structure your page layout while keeping your design clean and consistent.
Just paste the Code below into the CSS tab in the Custom Code section of the dashboard:
h1.notion-header__title {
display: none !important; }


