⚠️ DO NOT DELETE this page!! ⚠️
‣
MemberSpace / System Req’s:
Login/SignupCheckboxMain Databases:
TSU LESSONS DBTSU CONTENT & RESOURCES DBTSU STUDENT ACTIONS DBAI Prompts DBSOP ChangelogTSU Change-log + RoadmapOriginal Pages:
Member Progress TrackerResources & DocumentsTSU Info & FAQ’sSupport‣
‣
Installation
- Go into Global Site Code or any specific page you want it to remove
- Click
Edit code
- Click the
CSS
tab - Add this code:
/*------------------------------------*\
Remove Notion Header
\*------------------------------------*/
.notion-header {
display: none !important;
}