Branding Configs
See the ENV Variables page for more info on specific variables mentioned below.
Theme Colors and other CSS-based attributes: See CSS Configs and Presets to set your instance to the stylesheet you want to use.
Logos: Use the LOGO and FOOTER_LOGO env variables to direct to your uploaded logos. Logos and other assets are located in the
apps/block_scout_web/assets/static/images
folder.Coin: Customize the coin symbol using the COIN & COINGECKO_COIN_ID env variables.
MetaData: MetaTags can be adjusted for various pages in the templates area. For the home page, tag data is rendered from here:
/apps/block_scout_web/lib/block_scout_web/templates/chain/_metatags.html.eex
Titles / Subtitles: Browser tab displays the title from the 2 SUBNETWORK + NETWORK env variables.
Favicon: replace the current favicons located in the
apps/block_scout_web/assets/static/images
folder.Menus: Use the APPS_MENU env variable to include an apps menu and EXTERNAL_APPS to populate the menu.
Top navigation bar: Data is rendered from here:
/apps/block_scout_web/lib/block_scout_web/templates/layout/_topnav.html.eex
Footer: Data is rendered from here:
/apps/block_scout_web/lib/block_scout_web/templates/layout/_footer.html.eex
ENV variables for footer linksFOOTER_CHAT_LINK
FOOTER_FORUM_LINK
FOOTER_GITHUB_LINK
Custom Theming: Custom theming is available from the BlockScout team. Contact us in Discord for more information.
Last updated
Was this helpful?