โข๏ธ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.


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
To upload regular Publication Logo:
Go to Settings > Design & branding from the admin menu
Click Brand in the Design settings sidebar on the right
Click Upload logo button in the Publication logo menu item
To upload Dark Mode Logo:
Go to Settings > Design & branding from the admin menu
Click Site-wide in the Design settings sidebar on the right
Click Upload image button in the Dark mode logo menu item
Last updated