โ„ข๏ธLogos

Paradigm supports Dark Mode, so you can add both a regular publication logo and a logo for a dark mode.


Additional text after Logo/Author

Paradigm now allows you to add a custom text after the publication's logo or author's name in the header for enhanced branding and messaging clarity.

"Influence, Brand, Lead" additional text
"Influence, Brand, Lead" additional text

To add custom text:

  • Go to Settings > Code Injection from the admin menu.

  • If you're looking to add an additional text after the logo or author's name, simply insert the following code snippet into the Site header code injection area. Remember to replace INSERT YOUR TAGLINE HERE with your actual tagline.

<style>
  .header__box:after {
    content: 'INSERT YOUR CUSTOM TEXT HERE';
  }
</style>
  • Click Save


  1. Go to Settings > Design & branding from the admin menu

  2. Click Brand in the Design settings sidebar on the right

  3. Click Upload logo button in the Publication logo menu item

  1. Go to Settings > Design & branding from the admin menu

  2. Click Site-wide in the Design settings sidebar on the right

  3. Click Upload image button in the Dark mode logo menu item

Last updated