Skip to main content

Custom CSS for your issues

Notocat allows you to modify the visuals of your issues on top of Notion’s built-in customization options. One of the options is to add custom CSS to your issues. Read more to learn what are the available classes you can use in the CSS.
Please note that the CSS needs to be valid and supported by all the email clients. We recommend using Can I Email to check the compatibility of your CSS. A small issue in the CSS can invalidate the entire styling of your issue in some email clients.

Available CSS classes

Content blocks

Global index classes

Images and headings receive globally unique index classes in document order. Use them to target specific elements without affecting others. Each element keeps its base class plus the index class, e.g. nc_image nc_image_1 or nc_heading2 nc_heading2_2. Indices are global across the entire HTML, including nested content (lists, columns, etc.).

Callouts & quotes

Columns

Layout & structure

Unsubscribe

Notion color classes

These classes are applied when you use Notion’s text or background colors. Use them to override or extend the default styling. Text colors (nc_text_*): Background colors (nc_bg_*):

Examples

Modifying the spacing between blocks

Changing the font size of the paragraphs

Changing the main heading style

Targeting specific images or headings by index

Use the global index classes to style only certain elements: