Updating Your School's Fonts, Colors, Logos, and Links Using the Branding Editor
Updating Your School’s Fonts, Colors, Logos, and Links Using the Branding Editor
The Branding Editor provides a self-service, user-friendly way to align your Slate instance with your school’s brand guidelines. In addition to official documentation on Technolutions' Knowledge Base, here is our guide to updating your school's fonts, colors, logos, and links using the Branding Editor.
Knowledge Base Articles
Branding Editor – https://knowledge.technolutions.net/docs/branding-editor
Updating Default Branding – https://knowledge.technolutions.net/docs/updating-default-branding
Getting Started
Before jumping into the Branding Editor, it’s best to review your institution’s official brand guidelines. Gather the approved fonts, color codes (usually in HEX or RGB), and logo files from your marketing or communications office. It’s best to upload high-resolution PNG or SVG files with transparent backgrounds so the logo looks professional across all Slate pages. Many institutions choose to include both a primary logo and an alternate version for different background colors. Be sure to preview your changes to confirm that logos display correctly on both desktop and mobile devices. You can also update links in the Branding Editor to ensure users are directed to the right institutional resources.
Gather Your Brand Assets
This includes approved fonts or web font links, color codes (HEX or RGB values), high-resolution logo files, and standard institutional links (main website, admissions page, privacy policy, etc.)
Upload Font/Logo Files
- In the Files editor, upload any new font or logo files with the appropriate path.
Example of an appropriate font path: “/fonts/helvetica.ttf”
Example of an appropriate logo path: “images/reworkflow_logo.png”
Update Fonts and Colors
- Open the Branding Editor within your Slate environment.
- Navigate to the build-fonts.css and build.css files to make changes to fonts and colors.
- Enter the approved web-safe font or link to a hosted web font (depending on what your institution uses).
- Input HEX codes for your school’s primary and secondary colors.
- Save and preview on different Slate pages (emails, portals, forms) using the Preview function.
Upload and Configure Logos
Update Key Links
Test and Finalize
- Impersonate an application, any portals, and forms where the branding changes may be reflected.
- Confirm that all links are functional and up to date.
Troubleshooting/ Best Practices
Use the Preview function in the Branding Editor and impersonate a record to verify how branding renders for real audiences before assuming your changes didn’t work. Always test first in your Test database; broken branding will render incorrectly and cause problems for individuals interacting with any public-facing Slate pages if updates are made first in production. Below you will find some specific problems and general suggestions on how to troubleshoot.
If changes aren’t showing as expected
Make sure you’re reviewing via the Branding Editor Preview (not a cached browser tab). Hard-refresh or try an incognito window. Double check your browser – Google Chrome is the recommended as the best-practice browser to use Slate in. Confirm you edited the correct environment (Test vs Production). Wait 15 minutes. Changes can take up to 15 minutes to update in your database.
If logos won’t load or look wrong
Ensure the correct files are uploaded in the File Editor, then double check the path in the Branding Editor (e.g., update the src of the header/footer <img>). A missing or incorrect path is the #1 cause of broken logos. Use PNG or SVG (transparent backgrounds) and verify case-sensitive filenames match exactly.
If fonts and colors aren’t applying
If using a hosted web font, ensure the link is valid https and loaded before your CSS that references it. Include fallbacks (e.g., "Inter", "Helvetica Neue", Arial, sans-serif) so pages remain readable. Double-check HEX values (e.g., #003366) and confirm you updated the fields/variables the theme uses (buttons, links, headers). If a section doesn’t change, your CSS selector may be too weak—raise specificity carefully. If changes aren't applying in a portal, you may need to override the CSS rules in the Portal Editor's Custom CSS Override section.
If links don’t go where expected
Update links in the Branding Editor where your theme defines them (header, footer, social icons) and use absolute https URLs. If icons are involved, confirm their image paths just like logos.
If layout breaks or the page looks “off”
Look for simple syntax issues (unclosed tags, stray quotes) in any custom HTML/CSS you pasted. If a change causes obvious breakage, revert to the last known working state in Test, fix there, and then re-apply to Production.
No comments to display
No comments to display