Duplicate

Support Contact

1. Duplicate this template to your Notion workspace here.

2. Create Static Super site, using your new page URL as the Notion URL.

3. Paste this into your global site code in your Super site options:

<link rel="stylesheet" href="https://sites.super.so/spotlight/styles.css">

A few things to note
  • Both quote blocks for the navbar & footer are global blocks. Edit the content of the ones on the main page, and that will update the rest of them throughout your site.
  • Notion toggles are hidden by default. To unhide them, paste the CSS below to the bottom of your snippet injection box in your Super site settings:
  • <style>
      .notion-toggle {
        display: block !important;
      }
    </style>
  • To change the text or background color, use this:
  • <style>
    	:root {
    	  --color-text-default: #fff !important;
    		--color-bg-default: #000 !important;
    	}
    </style>
    Change #fff or #000 to any colors you'd like
  • Questions? Post up in our community.