Customizing the font
Simply choose a different font in the Site > Theme page.
Changing button colors
The button colors are set using the navbar cta button colors, you can change this in your site settings > Navbar.
Code snippets
The following customization options require you to paste the snippets below into your site settings > Code > CSS tab. You will need to modify the values in the code to make changes.
Changing callout icon size
.notion-callout__icon span {
width: 42px !important;
height: 42px !important;
}Re-enable page header on homepage
#page-index .notion-header {
display: block!important;
}Customize all theme options
Below is a list of all the themes variables. To customize, simply paste the snippet below into your
For any other help and Support, reach out via the Super dashboard or by email hello@super.so