Skip to main content

Hiding the Page Title

Hide the default page title in Super when using a custom H1 or when you prefer a cleaner layout.

Written by Charlene

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; }

Did this answer your question?