This snippet makes it so that you can centrally align any text on your site, like the example below:
My centrally aligned heading
And some centrally aligned sub-text to go under it.
Installation instructions
Step 1: Install the snippet in Super
- Open your site in the Super Dashboard
- Open the ‘Code’ page
- In the ‘CSS’ tab, paste the following snippet:
.notion-heading.bg-brown,
.notion-text.bg-brown{
background: transparent!important;
text-align: center!important;
}
Step 2: Create blocks in Notion
- Create any text or heading block in Notion
- Give the heading or text block a brown background (not brown text color)
- Done ✨